fix(editor): merge drag function and fix it (#9329)

This commit is contained in:
Flrande
2024-12-26 07:41:06 +00:00
parent cadb9211a6
commit cb4dd127fd
8 changed files with 74 additions and 177 deletions
@@ -6,8 +6,6 @@ import {
import { type Container, createIdentifier } from '@blocksuite/global/di';
import { Job, Slice, type SliceSnapshot } from '@blocksuite/store';
export type DropType = 'before' | 'after' | 'in';
export const DndApiExtensionIdentifier = createIdentifier<DNDAPIExtension>(
'AffineDndApiIdentifier'
);