Following #606
I have identified at least one other scenario:
- 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.
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.