diff --git a/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx b/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx index f2140edc16..faaa935ec4 100644 --- a/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx +++ b/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx @@ -146,6 +146,9 @@ export const BlocksuiteEditorContainer = forwardRef< get page() { return page; }, + get doc() { + return page; + }, get host() { return mode === 'page' ? docRef.current?.host