MaxLeiter / sortablejs-vue3

A thin wrapper around Sortable.js for Vue 3
https://sortablejs-vue3.maxleiter.com
MIT License
378 stars 19 forks source link

🐛 - Move onEnd event to the end of event queue #65

Closed palagadec closed 1 year ago

palagadec commented 1 year ago

see: https://github.com/SortableJS/Sortable/issues/1184

This is a bug happening on FF browers where click events are triggered on sortable items when dragging ends.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
sortablejs-vue3 ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 24, 2023 at 3:08PM (UTC)
MaxLeiter commented 1 year ago

Thanks!