forked from abner/for-legacy-web
Fix: Avoid going through react-redux to update draft.
This commit is contained in:
@@ -82,3 +82,7 @@ store.subscribe(() => {
|
||||
export function dispatch(action: Action) {
|
||||
store.dispatch(action);
|
||||
}
|
||||
|
||||
export function getState(): State {
|
||||
return store.getState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user