mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
@@ -1,5 +1,5 @@
|
||||
import type { EditorHost } from '@blocksuite/block-std';
|
||||
import type { InlineEditor } from '@blocksuite/block-std/inline';
|
||||
import type { EditorHost } from '@blocksuite/std';
|
||||
import type { InlineEditor } from '@blocksuite/std/inline';
|
||||
|
||||
function getDocTitleByEditorHost(editorHost: EditorHost): HTMLElement | null {
|
||||
const docViewport = editorHost.closest('.affine-page-viewport');
|
||||
|
||||
Reference in New Issue
Block a user