Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajaxorg/ace
/ $detachEditorEventHandlers
Method
$detachEditorEventHandlers
src/ext/diff/split_diff_view.js:208–211 ·
view source on GitHub ↗
(editor)
Source
from the content-addressed store, hash-verified
206
}
207
208
$detachEditorEventHandlers(editor) {
209
editor.off(
"mousewheel"
, this.onMouseWheel);
210
editor.off(
"input"
, this.onInput);
211
}
212
}
213
214
Callers
1
$detachEventHandlers
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected