feat: update blocksuite version

This commit is contained in:
QiShaoXuan
2022-10-14 15:33:44 +08:00
parent 2f70a75bac
commit f3e4742ede
3 changed files with 24 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ export const Editor = () => {
const pageId = store.addBlock({
flavour: 'page',
title: 'Blocksuite live demo',
title: 'Blocksuite live demo 0.2.6',
});
const groupId = store.addBlock({ flavour: 'group' }, pageId);