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
Hello!
I use Laravel Nova with the outl1ne/nova-sortable package for having the ability to sort items.
When I try to drag an item down, it duplicates. Actually, this problem was noticed by several developers. Look this issue please.
I dug into the core and realised that there's an issue especially with vue-draggable-next.
Hello!
I use Laravel Nova with the outl1ne/nova-sortable package for having the ability to sort items.
When I try to drag an item down, it duplicates. Actually, this problem was noticed by several developers. Look this issue please.
I dug into the core and realised that there's an issue especially with vue-draggable-next.
If the keys like so:
everything works fine
However, if the keys like so:
the issue happens.
A piece of the source code:
If I delete the "-${resource.id.value}" part from the :key attribute, sorting works fine.
The text was updated successfully, but these errors were encountered: