mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-21 03:51:45 +08:00
feat(editor): is nothing selected command (#10721)
### TL;DR Added a new command to check if nothing is currently selected in the editor. ### What changed? - Created new `isNothingSelectedCommand` to determine if there are no active selections
This commit is contained in:
@@ -7,4 +7,5 @@ export {
|
||||
getSelectionRectsCommand,
|
||||
type SelectionRect,
|
||||
} from './get-selection-rects';
|
||||
export { getTextSelectionCommand } from './get-text-selection';
|
||||
export { getTextSelectionCommand } from './get-text-selection.js';
|
||||
export { isNothingSelectedCommand } from './is-nothing-selected.js';
|
||||
|
||||
Reference in New Issue
Block a user