MCPcopy Create free account
hub / github.com/SplootCode/splootcode / isMultiSelect

Method isMultiSelect

packages/editor/src/context/selection.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 isMultiSelect() {
119 return this.state === SelectionState.MultiNode
120 }
121
122 isSelectedNode(listBlock: RenderedChildSetBlock, index: number) {
123 if (this.isSingleNode()) {

Callers 3

copyCurrentSelectionMethod · 0.95
getCursorXYPositionMethod · 0.95
startMultiSelectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected