This commit is contained in:
Jon McClure 2024-06-14 14:52:56 +01:00
parent 5ff59080a0
commit 4de2698bc2

View file

@ -30,7 +30,7 @@
setTimeout(() => {
sticky = false;
}, 400);
}, 3000);
}, 1500);
window.removeEventListener('scroll', handleScroll);
}
};