mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
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