mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
Remove debug string
This commit is contained in:
parent
7e9926dba0
commit
29b76c926b
@ -74,7 +74,6 @@ function setupScrollspy() {
|
|||||||
let activeSectionLink: Element;
|
let activeSectionLink: Element;
|
||||||
|
|
||||||
function scrollHandler() {
|
function scrollHandler() {
|
||||||
console.log("scroll!");
|
|
||||||
let scrollPosition = document.documentElement.scrollTop || document.body.scrollTop;
|
let scrollPosition = document.documentElement.scrollTop || document.body.scrollTop;
|
||||||
|
|
||||||
let newActiveSection: HTMLElement | undefined;
|
let newActiveSection: HTMLElement | undefined;
|
||||||
|
Loading…
Reference in New Issue
Block a user