MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onChanged

Method onChanged

tools/xsbug/behaviors.js:146–150  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

144 }
145 }
146 onChanged(code) {
147 this.insertionOffset = code.selectionOffset;
148 this.onEdited(code);
149 this.onSelected(code);
150 }
151 onCreate(code, data, dictionary) {
152 this.data = data;
153 this.cursorAnchor = null;

Callers 3

doClearMethod · 0.95
doPasteMethod · 0.95
onKeyDownMethod · 0.95

Calls 2

onEditedMethod · 0.95
onSelectedMethod · 0.95

Tested by

no test coverage detected