MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / render

Function render

src/components/scrollbar/index.js:217–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 function render() {
218 show();
219 clearTimeout(scrollbarTimeoutHide);
220 scrollbarTimeoutHide = setTimeout(hide, TIMEOUT);
221 }
222
223 function show() {
224 if ($scrollbar.dataset.hidden === "false") {

Callers

nothing calls this directly

Calls 1

showFunction · 0.70

Tested by

no test coverage detected