mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-12 17:40:46 +02:00
updated to Svelte 4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user