mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat: bump blocksuite (#6078)
This commit is contained in:
@@ -57,7 +57,7 @@ test('newly created page shows empty history', async ({ page }) => {
|
||||
const pushCurrentPageUpdates = async (page: Page) => {
|
||||
const [workspaceId, guid, updates, state] = await page.evaluate(() => {
|
||||
// @ts-expect-error
|
||||
const Y = window.currentWorkspace.blockSuiteWorkspace.constructor.Y;
|
||||
const Y = window.currentWorkspace.docCollection.constructor.Y;
|
||||
// @ts-expect-error
|
||||
const spaceDoc = window.currentEditor.page.spaceDoc;
|
||||
// @ts-expect-error
|
||||
|
||||
Reference in New Issue
Block a user