refactor(editor): move database selection into the corresponding view (#9752)

This commit is contained in:
zzj3720
2025-01-17 09:03:13 +00:00
parent 338ccb427b
commit aa21ac6d64
34 changed files with 375 additions and 394 deletions

View File

@@ -1,3 +1,4 @@
import { DatabaseSelection } from '@blocksuite/affine-block-database';
import { HoverController } from '@blocksuite/affine-components/hover';
import type { RichText } from '@blocksuite/affine-components/rich-text';
import { isFormatSupported } from '@blocksuite/affine-components/rich-text';
@@ -15,7 +16,6 @@ import {
TextSelection,
WidgetComponent,
} from '@blocksuite/block-std';
import { DatabaseSelection } from '@blocksuite/data-view';
import {
assertExists,
DisposableGroup,