mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Update table-of-contents.svelte
This commit is contained in:
@@ -30,8 +30,6 @@
|
|||||||
|
|
||||||
export let toc: Array<TocItem> = [];
|
export let toc: Array<TocItem> = [];
|
||||||
export let heading: string = 'Table of Contents';
|
export let heading: string = 'Table of Contents';
|
||||||
|
|
||||||
$: console.log({ toc });
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:window on:scroll={handleIsScrolled} />
|
<svelte:window on:scroll={handleIsScrolled} />
|
||||||
|
|||||||
Reference in New Issue
Block a user