updated to Svelte 4

This commit is contained in:
Gani Georgiev
2023-09-01 09:22:49 +03:00
parent b2bab9573a
commit 8a94ccea42
79 changed files with 1917 additions and 1853 deletions
+1 -1
View File
@@ -226,7 +226,7 @@
<div
class="overlay"
on:click|preventDefault={() => (overlayClose ? hide() : true)}
transition:fade|local={{ duration: transitionSpeed, opacity: 0 }}
transition:fade={{ duration: transitionSpeed, opacity: 0 }}
/>
<div