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

Method onSelected

tools/xsbug/CodeView.js:280–283  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

278 code.container.reveal(code.selectionBounds, true);
279 }
280 onSelected(code) {
281 code.bubble("onCodeSelected");
282 this.data.at = undefined;
283 }
284 onStateChanged(code, state) {
285 if (state) {
286 let line = state.line;

Callers 4

findMethod · 0.95
onTouchEndedMethod · 0.95
doFindNextMethod · 0.45
doFindPreviousMethod · 0.45

Calls 1

bubbleMethod · 0.80

Tested by

no test coverage detected