merge master into feat/layout

This commit is contained in:
QiShaoXuan
2022-10-20 16:29:39 +08:00
20 changed files with 411 additions and 44 deletions

View File

@@ -21,7 +21,7 @@ export const Editor = () => {
});
const groupId = store.addBlock({ flavour: 'group' }, pageId);
const text = new Text('Legend from here...');
const text = new Text(store, 'Legend from here...');
store.addBlock({ flavour: 'paragraph', text }, groupId);
// store.resetHistory();