mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(editor): move database selection into the corresponding view (#9752)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user