MCPcopy
hub / github.com/csev/py4e / rehide

Function rehide

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

Source from the content-addressed store, hash-verified

1896 focusInput();
1897 selectInput(input);
1898 function rehide() {
1899 var newVal = splitLines(input.value).join("\n");
1900 if (newVal != val) operation(replaceSelection)(newVal, "end");
1901 inputDiv.style.position = "relative";
1902 input.style.cssText = oldCSS;
1903 if (ie_lt9) scroller.scrollTop = scrollPos;
1904 leaveInputAlone = false;
1905 resetInput(true);
1906 slowPoll();
1907 }
1908
1909 if (gecko) {
1910 e_stop(e);

Callers

nothing calls this directly

Calls 3

operationFunction · 0.70
resetInputFunction · 0.70
slowPollFunction · 0.70

Tested by

no test coverage detected