MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / appSelectionChange

Function appSelectionChange

frontend/app/app.tsx:178–181  ·  view source on GitHub ↗
(e: Event)

Source from the content-addressed store, hash-verified

176}
177
178function appSelectionChange(e: Event) {
179 const selection = document.getSelection();
180 focusLog("selectionchange", getElemAsStr(selection.anchorNode));
181}
182
183function AppFocusHandler() {
184 return null;

Callers

nothing calls this directly

Calls 1

getElemAsStrFunction · 0.90

Tested by

no test coverage detected