mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 03:02:06 +03:00
fix: lint error
This commit is contained in:
parent
73665c3926
commit
d7d8519976
@ -23,7 +23,7 @@ export const Editor = () => {
|
|||||||
store.addBlock({ flavour: 'paragraph', text }, groupId);
|
store.addBlock({ flavour: 'paragraph', text }, groupId);
|
||||||
|
|
||||||
// store._history.clear();
|
// store._history.clear();
|
||||||
}, []);
|
}, [setEditor]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Suspense fallback={<div>Error!</div>}>
|
<Suspense fallback={<div>Error!</div>}>
|
||||||
|
Loading…
Reference in New Issue
Block a user