mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 02:49:57 +08:00
fix(editor): merge drag function and fix it (#9329)
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user