Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ onReveal
Method
onReveal
tools/xsbug/behaviors.js:332–334 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
330
application.cursor = cursors.iBeam;
331
}
332
onReveal(code) {
333
this.getScroller(code).reveal(code.selectionBounds);
334
}
335
onSelected(code) {
336
}
337
onTimeChanged(code) {
Callers
5
doClear
Method · 0.95
doPaste
Method · 0.95
doRedo
Method · 0.95
doUndo
Method · 0.95
onKeyDown
Method · 0.95
Calls
2
getScroller
Method · 0.95
reveal
Method · 0.65
Tested by
no test coverage detected