Merge pull request #13 from toeverything/feat/layout

fix: lint error
This commit is contained in:
Qi
2022-10-13 18:10:19 +08:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ export const Editor = () => {
store.addBlock({ flavour: 'paragraph', text }, groupId);
// store._history.clear();
}, []);
}, [setEditor]);
return (
<Suspense fallback={<div>Error!</div>}>