refactor(editor): extract drag handle widget (#9415)

This commit is contained in:
Saul-Mirone
2024-12-29 06:51:48 +00:00
parent b96a03b283
commit cec4a4b2c0
47 changed files with 277 additions and 92 deletions
+6 -1
View File
@@ -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';