Skip to content

Commit

Permalink
fix(board): cancel dragging before handing back over to framework
Browse files Browse the repository at this point in the history
Svelte@5 handles external DOM changes more strictly and will blow otherwise up.
  • Loading branch information
nikku committed Dec 27, 2024
1 parent f672b48 commit a401386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/board/src/Taskboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@
? nextOrder - 811231.691
: -71271.88455;
drake.cancel(true);
handleCardDrop(
itemsById[cardId],
{
Expand Down

0 comments on commit a401386

Please sign in to comment.