tiny changes

This commit is contained in:
peterkogo
2024-12-17 16:04:46 +01:00
parent 0e5df96ecc
commit 2e03bbe063
3 changed files with 3 additions and 2 deletions
@@ -16,6 +16,7 @@
let previousLayoutedEdges = new Map<string, EdgeLayouted>();
let layoutedEdges = $derived.by(() => {
// here for update reference
store.nodes;
const layoutedEdges = new Map<string, EdgeLayouted>();
@@ -124,8 +124,8 @@
{style}
class={cc(['svelte-flow', className, store.colorMode])}
data-testid="svelte-flow__wrapper"
{...props}
role="application"
{...props}
>
<KeyHandler
{store}