mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-21 20:11:43 +08:00
refactor(editor): move focus block commands to blocksuite/shared (#10671)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export { getBlockSelectionsCommand } from './get-block-selections.js';
|
||||
export { getImageSelectionsCommand } from './get-image-selections.js';
|
||||
export { focusBlockEnd } from './focus-block-end';
|
||||
export { focusBlockStart } from './focus-block-start';
|
||||
export { getBlockSelectionsCommand } from './get-block-selections';
|
||||
export { getImageSelectionsCommand } from './get-image-selections';
|
||||
export {
|
||||
getRangeRects,
|
||||
getSelectionRectsCommand,
|
||||
type SelectionRect,
|
||||
} from './get-selection-rects.js';
|
||||
export { getTextSelectionCommand } from './get-text-selection.js';
|
||||
} from './get-selection-rects';
|
||||
export { getTextSelectionCommand } from './get-text-selection';
|
||||
|
||||
Reference in New Issue
Block a user