MCPcopy Index your code
hub / github.com/csev/py4e / focusInput

Function focusInput

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:1078–1080  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1076 }
1077
1078 function focusInput() {
1079 if (options.readOnly != "nocursor") input.focus();
1080 }
1081
1082 function scrollEditorIntoView() {
1083 if (!cursor.getBoundingClientRect) return;

Callers 5

CodeMirrorFunction · 0.70
dragEndFunction · 0.70
doneFunction · 0.70
onDropFunction · 0.70
onContextMenuFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected