Chore - code cleaning

This commit is contained in:
Simon Cambier
2022-09-21 17:49:07 +02:00
parent 80ce347a85
commit 8dfa1810f0
6 changed files with 19 additions and 20 deletions

View File

@@ -153,7 +153,7 @@
{note}
index={i}
selected={i === selectedIndex}
on:mousemove={e => (selectedIndex = i)}
on:mousemove={_e => (selectedIndex = i)}
on:click={openSelection} />
{/each}
{:else}