Merge pull request #11 from toeverything/feat/layout

feat: update blocksuit & adpat it
This commit is contained in:
Qi
2022-10-13 14:51:14 +08:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ export const Editor = () => {
const text = new Text('Legend from here ...');
store.addBlock({ flavour: 'paragraph', text }, groupId);
store._history.clear();
// store._history.clear();
}, []);
return (