fix(editor): edgeless selected block is missing in the return of getSelectedBlockCommand (#11813)

This commit is contained in:
L-Sun
2025-04-18 13:52:43 +00:00
parent 5fcf34d848
commit f16bcdbe2b
7 changed files with 46 additions and 11 deletions

View File

@@ -7,5 +7,6 @@ export {
getSelectionRectsCommand,
type SelectionRect,
} from './get-selection-rects';
export { getSurfaceSelectionCommand } from './get-surface-selection';
export { getTextSelectionCommand } from './get-text-selection.js';
export { isNothingSelectedCommand } from './is-nothing-selected.js';