wotzebra / livewire-sortablejs

A Laravel Livewire plugin that makes it easy to use Sortable.js
MIT License
292 stars 25 forks source link

Glitch in Safari #18

Closed seabasss closed 1 year ago

seabasss commented 1 year ago

Thanks for this package!

Anyone else experiencing a glitch in Safari where you need to click on the page after you've dragged and dropped an item. Otherwise it's non-reactive. This happens after every drag and drop. It's as if Safari is still in drag state after it's dropped and doesn't get out of it until the next click.

Ideas? Thanks!

gdebrauwer commented 1 year ago

I can not reproduce this glitch. If you still have this issue, I think this issue is not caused by this package but by the Sortablejs package itself. Maybe try to create an issue in the https://github.com/SortableJS/Sortable repo.