Skip to content

Commit

Permalink
Merge pull request #72 from greybaron/fix/dashreorder-dragdrop-stutter
Browse files Browse the repository at this point in the history
fix dashboard reordering drag and drop causing animation stutters
  • Loading branch information
fnschmidt authored Aug 15, 2024
2 parents 7d64c42 + 2aacc2c commit b85ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/TilesAndModals/DashReorderModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<DashboardModal bind:parent title="Anordnung ändern">
<section
class="space-y-2"
use:dndzone={{ items, dropTargetStyle }}
use:dndzone={{ items, dropTargetStyle, flipDurationMs: 200 }}
on:consider={handleSort}
on:finalize={finalize}
>
Expand Down

0 comments on commit b85ab1a

Please sign in to comment.