MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / lazyEnableSmoothScroll

Function lazyEnableSmoothScroll

popup/index.js:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97async function lazyEnableSmoothScroll() {
98 const { enableSmoothScroll } = await import("../scripts/smoothScroll.js");
99 return enableSmoothScroll();
100}
101
102// ============================================================================
103

Callers 2

initSettingsFunction · 0.85
index.jsFile · 0.85

Calls 1

enableSmoothScrollFunction · 0.85

Tested by

no test coverage detected