You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without letting go, drag & drop a card (1) to an other column and back to its original place. I don't think we are handling any events at this point, this is all sortablejs-vue3.
Remove the card above it (2), either by drag & drop or by click.
The DOM element of the card (1) is deleted. The card object is still present in the associated column (see card count on top of the column)
I don't understand why this happens.
The issue is detectable though. As a first workaround I'll force a re-render of the component when a desync. is detected.
The text was updated successfully, but these errors were encountered:
This one re-renders the whole component when a desync is detected after a call to addToColumn or removeFromColumn.
Workaround for #623, this is not a proper fix. I still don't understand what's going on exactly.
Following #606
I have identified at least one other scenario:
sortablejs-vue3
.I don't understand why this happens.
The issue is detectable though. As a first workaround I'll force a re-render of the component when a desync. is detected.
The text was updated successfully, but these errors were encountered: