mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 19:46:32 +08:00
fix(core): wrong title field from editor container proxy (#8826)
fix AF-1689
This commit is contained in:
@@ -108,10 +108,7 @@ function DocPeekPreviewEditor({
|
||||
})
|
||||
);
|
||||
|
||||
const unbind = editor.bindEditorContainer(
|
||||
editorContainer,
|
||||
(editorContainer as any).title
|
||||
);
|
||||
const unbind = editor.bindEditorContainer(editorContainer);
|
||||
|
||||
if (mode === 'edgeless') {
|
||||
fitViewport(editorContainer, xywh);
|
||||
|
||||
Reference in New Issue
Block a user