1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00
This commit is contained in:
Andrew Kingston 2024-08-01 12:02:51 +01:00
parent 50a4f75f2b
commit e7dd45a5e9
No known key found for this signature in database

View file

@ -163,7 +163,7 @@
onDestroy(() => {
clearInterval(interval)
document.removeEventListener("scroll", v, true)
document.removeEventListener("scroll", debouncedUpdate, true)
observers.forEach(o => o.disconnect())
})
</script>