Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copyCurrentSelection
Method · 0.95
getCursorXYPosition
Method · 0.95
startMultiSelect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected