Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dolphin-wood/smooth-scrollbar
/ autoHideOnIdle
Method
autoHideOnIdle
src/track/index.ts:48–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
*/
47
@debounce(300)
48
autoHideOnIdle() {
49
if
(this._scrollbar.options.alwaysShowTracks) {
50
return
;
51
}
52
53
this.xAxis.hide();
54
this.yAxis.hide();
55
}
56
}
Callers
nothing calls this directly
Calls
1
hide
Method · 0.65
Tested by
no test coverage detected