Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ onSelected
Method
onSelected
tools/xsbug/behaviors.js:335–336 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
333
this.getScroller(code).reveal(code.selectionBounds);
334
}
335
onSelected(code) {
336
}
337
onTimeChanged(code) {
338
var
scroller = this.getScroller(code);
339
var
t = Date.now();
Callers
7
doRedo
Method · 0.95
doSelectAll
Method · 0.95
doUndo
Method · 0.95
onChanged
Method · 0.95
onCursorAfter
Method · 0.95
onKeyDown
Method · 0.95
onTouchEnded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected