mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
refactor(editor): extract drag handle widget (#9415)
This commit is contained in:
@@ -104,7 +104,12 @@ import {
|
||||
tryMoveNode,
|
||||
} from './utils/mindmap/utils';
|
||||
export * from './extensions';
|
||||
export { getLastPropsKey, getSurfaceBlock } from './utils';
|
||||
export {
|
||||
addNote,
|
||||
addNoteAtPoint,
|
||||
getLastPropsKey,
|
||||
getSurfaceBlock,
|
||||
} from './utils';
|
||||
export type { Options } from './utils/rough/core';
|
||||
export { sortIndex } from './utils/sort';
|
||||
export { updateXYWH } from './utils/update-xywh.js';
|
||||
|
||||
Reference in New Issue
Block a user