-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Subject of the issue
If unsure if library bug, or questions use slack channel instead: https://gridstackjs.troolee.com/
I want to use this library in vue3.
After I dragged a item, it got the attr like this
style="transition: none 0s ease 0s;"
The animation of item's behind the dragging item does not work.
Vue demo also same, but basic demo is working.
vue demo's link:
https://gridstackjs.com/demo/vue3js.html
basic demo's link:
https://gridstackjs.com/
Please fix this bug.
Your environment
- gridstack.js 5.0.0
- HTML5 plugin
- Chrome/Windows 10
- Vue 3.2.25,
- Vite 2.8.0
Steps to reproduce
-
Enter this demo page
https://gridstackjs.com/demo/vue3js.html -
Drag 0 item over 1 item
-
Drag 1 item over 0 item
-
So 0 item's animation doesn't work.
Expected behavior
Please fix the bug.