MCPcopy
hub / github.com/witheve/Eve / focus

Method focus

typings/codemirror/codemirror.d.ts:320–320  ·  view source on GitHub ↗

Give the editor focus.

()

Source from the content-addressed store, hash-verified

318
319 /** Give the editor focus. */
320 focus(): void;
321
322 /** Returns the hidden textarea used to read input. */
323 getInputField(): HTMLTextAreaElement;

Callers 15

renderRecordsFunction · 0.80
CodeMirrorFunction · 0.80
initScrollbarsFunction · 0.80
updateDisplayIfNeededFunction · 0.80
ensureFocusFunction · 0.80
codemirror.jsFile · 0.80
onCopyCutFunction · 0.80
registerEventHandlersFunction · 0.80
onMouseDownFunction · 0.80
leftButtonStartDragFunction · 0.80
doneFunction · 0.80
onDropFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected