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

Function clearScrollbarScrollLock

src/lib/editorManager.js:2453–2457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2451 }
2452
2453 function clearScrollbarScrollLock() {
2454 scrollbarScrollLockUntil = 0;
2455 scrollbarScrollLockTop = null;
2456 scrollbarScrollLockLeft = null;
2457 }
2458
2459 function restoreScrollbarScrollLock() {
2460 if (Date.now() >= scrollbarScrollLockUntil) {

Callers 2

EditorManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected