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
@@ -20,6 +20,8 @@
style:transform="translate(-50%, -50%) translate({x}px,{y}px)"
style={'pointer-events: all;' + style}
role="button"
tabindex="-1"
on:keyup={() => {}}
on:click={() => {
if (id) handleEdgeSelect(id);
}}