MCPcopy
hub / github.com/wavetermdev/waveterm / globalRefocusWithTimeout

Function globalRefocusWithTimeout

frontend/app/store/keymodel.ts:319–323  ·  view source on GitHub ↗
(timeoutVal: number)

Source from the content-addressed store, hash-verified

317}
318
319function globalRefocusWithTimeout(timeoutVal: number) {
320 setTimeout(() => {
321 globalRefocus();
322 }, timeoutVal);
323}
324
325function globalRefocus() {
326 if (isBuilderWindow()) {

Callers 1

conntypeahead.tsxFile · 0.90

Calls 1

globalRefocusFunction · 0.85

Tested by

no test coverage detected