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
I've tested the solution, but the bug still exists.
Found that if rerender the list, everything is as expected: <SlickList v-model:list="..." group="..." :pressDelay="500" :key="componentKey" @sort-end="componentKey++" @contextmenu="$event.preventDefault()" "
Description
Example link: https://stackblitz.com/edit/vitejs-vite-n4debu?file=src%2FApp.vue&terminal=dev
Please see the video
recording.mp4
I think that we need to set the
sortableGhost
tonull
here:https://github.com/Jexordexan/vue-slicksort/blob/dev/src/ContainerMixin.ts#L655
Or it will be removed here: https://github.com/Jexordexan/vue-slicksort/blob/dev/src/ContainerMixin.ts#L515
Reproduce steps:
The text was updated successfully, but these errors were encountered: