| 12 | |
| 13 | @observer |
| 14 | export class ActiveCursor extends React.Component<ActiveCursorProps> { |
| 15 | render() { |
| 16 | const selection = this.props.selection |
| 17 | if (selection.state !== SelectionState.Cursor || selection.isHidden) { |
nothing calls this directly
no outgoing calls
no test coverage detected