fixed svelte-check, updated dependencies, temporarily fixed a11y warnings

This commit is contained in:
peterkogo
2024-03-14 15:37:57 +01:00
parent 09118c1c8e
commit 4ee2b5f15d
5 changed files with 959 additions and 481 deletions
@@ -34,6 +34,9 @@
use:drag={{ disabled: false, store }}
on:contextmenu={onContextMenu}
on:click={onClick}
role="button"
tabindex="-1"
on:keyup={() => {}}
>
<Selection width="100%" height="100%" x={0} y={0} />
</div>