mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: remove unnecessary linter ignore directive
This commit is contained in:
parent
cfddabd336
commit
04cbbe95cf
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
{#each $tocStore.items.values() as tocItem}
|
{#each $tocStore.items.values() as tocItem}
|
||||||
{@const selected = $tocStore.activeItem === tocItem}
|
{@const selected = $tocStore.activeItem === tocItem}
|
||||||
<li class="border-l-secondary border-l-4 py-1" class:highlighted={selected}>
|
<li class="border-l-secondary border-l-4 py-1" class:highlighted={selected}>
|
||||||
<!-- svelte-ignore a11y-missing-attribute a11y-missing-content a11y-click-events-have-key-events a11y-interactive-supports-focus a11y -->
|
<!-- svelte-ignore a11y-missing-attribute a11y-missing-content a11y-click-events-have-key-events a11y-interactive-supports-focus -->
|
||||||
<a
|
<a
|
||||||
use:toclink={{ store: tocStore, tocItem, observe: true }}
|
use:toclink={{ store: tocStore, tocItem, observe: true }}
|
||||||
on:click={close}
|
on:click={close}
|
||||||
|
|
Loading…
Reference in a new issue