Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
error_marker_test.js
File · 0.45
updateCompletions
Function · 0.45
prompt
Function · 0.45
diff_test.js
File · 0.45
mouse_handler_test.js
File · 0.45
sendEvent
Function · 0.45
textinput_test.js
File · 0.45
vim.js
File · 0.45
applyEvent
Function · 0.45
vim_ace_test.js
File · 0.45
CodeMirror
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected