janosh / svelte-toc

Sticky responsive table of contents component
https://janosh.github.io/svelte-toc
MIT License
112 stars 6 forks source link

Fix ToC scroll abort #37

Closed janosh closed 1 year ago

janosh commented 1 year ago

Closes #36.

Looks like the best workaround currently available for Chrome's inability to handle multiple simultaneous scroll events is a hacky setTimeout checking for the 1st scroll to finish before starting the 2nd.