()
| 108 | } |
| 109 | |
| 110 | isCursor() { |
| 111 | return this.state === SelectionState.Cursor || this.state === SelectionState.Inserting |
| 112 | } |
| 113 | |
| 114 | isSingleNode() { |
| 115 | return this.state === SelectionState.Editing || this.state === SelectionState.SingleNode |
no outgoing calls
no test coverage detected