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

Function appFocusOut

frontend/app/app.tsx:174–176  ·  view source on GitHub ↗
(e: FocusEvent)

Source from the content-addressed store, hash-verified

172}
173
174function appFocusOut(e: FocusEvent) {
175 focusLog("focusout", getElemAsStr(e.target), "=>", getElemAsStr(e.relatedTarget));
176}
177
178function appSelectionChange(e: Event) {
179 const selection = document.getSelection();

Callers

nothing calls this directly

Calls 1

getElemAsStrFunction · 0.90

Tested by

no test coverage detected