janosh / svelte-toc

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

Mutation observer #19

Closed janosh closed 2 years ago

janosh commented 2 years ago

939d5db drop page.subscribe from sveltekit $app/stores in favor of MutationObserver for keeping ToC in sync with page on navigation (and now also DOM insertions/node removals) 54d46aa remove mentions in readme and package.json that this component works only for sveltekit sites e46f3c9 test ToC updates when adding/removing DOM nodes after load

Related #18 (maybe closes).