diff --git a/src/components/editor.tsx b/src/components/editor.tsx index 6a15be8d57..d5941cf8c1 100644 --- a/src/components/editor.tsx +++ b/src/components/editor.tsx @@ -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 (