Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ onReveal
Method
onReveal
tools/xsbug/CodeView.js:277–279 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
275
code.container.scrollTo(0, 0);
276
}
277
onReveal(code) {
278
code.container.reveal(code.selectionBounds, true);
279
}
280
onSelected(code) {
281
code.bubble(
"onCodeSelected"
);
282
this.data.at = undefined;
Callers
4
find
Method · 0.95
onStateChanged
Method · 0.95
doFindNext
Method · 0.45
doFindPrevious
Method · 0.45
Calls
1
reveal
Method · 0.65
Tested by
no test coverage detected