mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat: bump blocksuite (#5845)
This commit is contained in:
@@ -24,7 +24,7 @@ export async function configureTestingEnvironment() {
|
||||
const { workspace } = workspaceManager.open(
|
||||
await workspaceManager.createWorkspace(WorkspaceFlavour.LOCAL, async ws => {
|
||||
const initPage = async (page: BlockSuitePage) => {
|
||||
await page.load();
|
||||
page.load();
|
||||
const pageBlockId = page.addBlock('affine:page', {
|
||||
title: new page.Text(''),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user