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 noticed this bugs when reordering the sortable implementation with a hasMany.
Sometimes when I drag an item to be reordered, the data will update properly but the shown order of the items isn't updated. This causes further issues when trying to update multiple items without refreshing the page.
Video attached. First time dragging works as intended. Then after refreshing I drag and the data will properly update, but the view doesn't reflect the newly updated order.
I noticed this bugs when reordering the sortable implementation with a hasMany.
Sometimes when I drag an item to be reordered, the data will update properly but the shown order of the items isn't updated. This causes further issues when trying to update multiple items without refreshing the page.
Video attached. First time dragging works as intended. Then after refreshing I drag and the data will properly update, but the view doesn't reflect the newly updated order.
Reproduction Video:
https://gist.github.com/Kungpowpow/912623ee9adc8e352b017979eb20f8b0
Using 3.4.7. Nova 4.
The text was updated successfully, but these errors were encountered: