eliminate the wretched hiding console.log, filthy log......
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m20s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m20s
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user