mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
refactor(editor): move file drop manager to components (#9264)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { FileDropExtension } from '@blocksuite/affine-components/drag-indicator';
|
||||
import {
|
||||
DNDAPIExtension,
|
||||
DocDisplayMetaService,
|
||||
@@ -75,4 +76,5 @@ export const PageRootBlockSpec: ExtensionType[] = [
|
||||
DNDAPIExtension,
|
||||
DocDisplayMetaService,
|
||||
RootBlockAdapterExtensions,
|
||||
FileDropExtension,
|
||||
].flat();
|
||||
|
||||
Reference in New Issue
Block a user