Add modal confirmation to mode change

This commit is contained in:
2025-03-07 15:40:42 +01:00
parent b974ac8936
commit 7498d9066e
3 changed files with 35 additions and 8 deletions

View File

@@ -63,6 +63,8 @@
width = image?.getBoundingClientRect().width ?? 0;
height = image?.getBoundingClientRect().height ?? 0;
});
</script>
<svelte:window onresize={resize} />