MCPcopy Create free account
hub / github.com/Noumena-Network/code / notifySelectionChange

Method notifySelectionChange

src/ink/ink.tsx:1401–1404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1399 return () => this.selectionListeners.delete(cb);
1400 }
1401 private notifySelectionChange(): void {
1402 this.onRender();
1403 for (const cb of this.selectionListeners) cb();
1404 }
1405
1406 /**
1407 * Hit-test the rendered DOM tree at (col, row) and bubble a ClickEvent

Callers 6

copySelectionMethod · 0.95
clearTextSelectionMethod · 0.95
moveSelectionFocusMethod · 0.95
handleMultiClickMethod · 0.95
handleSelectionDragMethod · 0.95

Calls 1

onRenderMethod · 0.95

Tested by

no test coverage detected