mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
feat(core): add new bs dnd adapter (#9717)
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user