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

Class

packages/editor/src/components/cursor.tsx:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected