MCPcopy
hub / github.com/ajaxorg/ace / resize

Method resize

src/ext/diff/base_diff_view.js:258–261  ·  view source on GitHub ↗
(force)

Source from the content-addressed store, hash-verified

256 }
257
258 resize(force) {
259 this.editorA && this.editorA.resize(force);
260 this.editorB && this.editorB.resize(force);
261 }
262
263 scheduleOnInput() {
264 if (this.$onInputTimer) return;

Callers 12

textarea.jsFile · 0.45
updateCompletionsFunction · 0.45
promptFunction · 0.45
diff_test.jsFile · 0.45
sendEventFunction · 0.45
textinput_test.jsFile · 0.45
vim.jsFile · 0.45
applyEventFunction · 0.45
vim_ace_test.jsFile · 0.45
CodeMirrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected