Moved draft state for an entry (when in edit mode) to Redux
This commit is contained in:
@ -7,6 +7,8 @@ import 'file?name=index.html!../example/index.html';
|
||||
|
||||
const store = configureStore();
|
||||
|
||||
window.store = store;
|
||||
|
||||
const el = document.createElement('div');
|
||||
document.body.appendChild(el);
|
||||
|
||||
|
Reference in New Issue
Block a user