eliminate the wretched hiding console.log, filthy log......
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m20s

This commit is contained in:
2026-02-24 22:48:13 +00:00
parent f60636942f
commit d56bd5783d

View File

@@ -29,8 +29,6 @@ function handleHover() {
function tick() { function tick() {
const el = container.value; const el = container.value;
pos = el.scrollTop / el.scrollHeight;
const reachedBottom = pos <= 0; const reachedBottom = pos <= 0;
const reachedTop = pos >= 1; const reachedTop = pos >= 1;