Skip to content
Snippets Groups Projects
Commit 2c053036 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Fix for svelte-5 migration

parent a996d5fa
Branches
No related tags found
1 merge request!273Passage à Svelte 5
......@@ -69,7 +69,7 @@
})
if (middlewareData.arrow) {
arrowCoords = { ...middlewareData.arrow }
arrowCoords = { ...(middlewareData.arrow ?? {}) }
}
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment