feat(core): add new bs dnd adapter (#9717)

This commit is contained in:
pengx17
2025-01-16 13:54:50 +00:00
parent 99717196c5
commit 7dc470e7ea
8 changed files with 121 additions and 10 deletions
@@ -5,3 +5,4 @@ declare type _GLOBAL_ = typeof SurfaceEffects;
export * from './consts';
export * from './drag-handle';
export * from './utils';
export type { DragBlockPayload } from './watchers/drag-event-watcher';
+1
View File
@@ -137,6 +137,7 @@ export {
openFileOrFiles,
printToPdf,
} from '@blocksuite/affine-shared/utils';
export type { DragBlockPayload } from '@blocksuite/affine-widget-drag-handle';
export const BlocksUtils = {
splitElements,