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

✨ - Implement default AutoScroll plugin #53

Closed palagadec closed 1 year ago

palagadec commented 1 year ago

As title suggests : Implement default AutoScroll plugin (see : AutoScroll )

Plugin is already mounted, only options typings were not adequate to enable it.

vercel[bot] commented 1 year ago

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

Name Status Preview Updated
sortablejs-vue3 ✅ Ready (Inspect) Visit Preview Dec 26, 2022 at 9:50AM (UTC)
MaxLeiter commented 1 year ago

Thanks a lot! It seems like list on the website is horizontally overflowing on mobile, could you fix that?

palagadec commented 1 year ago

I added a flex-wrap on the settings if that's what you meant. I've also noticed it's possible to drag an item infinitely on iOs. I believe it's an iOs "issue".

MaxLeiter commented 1 year ago

Thanks!