fix: lint error

This commit is contained in:
QiShaoXuan 2022-10-13 18:09:47 +08:00
parent 73665c3926
commit d7d8519976

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>}>