migration to Svelte 4

This commit is contained in:
space-nuko
2023-06-22 13:30:20 -05:00
parent c875f9c4f6
commit 2c7566e8e6
7 changed files with 12 additions and 12 deletions

View File

@@ -102,7 +102,7 @@
>
<WidgetContainer {layoutState} dragItem={item} zIndex={zIndex+1} {isMobile} />
{#if item[SHADOW_ITEM_MARKER_PROPERTY_NAME]}
<div in:fade={{duration:200, easing: cubicIn}} class='drag-item-shadow'/>
<div in:fade|global={{duration:200, easing: cubicIn}} class='drag-item-shadow'/>
{/if}
</div>
{/each}