rstudio / sortable

R htmlwidget for Sortable.js
https://rstudio.github.io/sortable/
Other
127 stars 30 forks source link

Problem in MacOS 13.4.1 #104

Closed pnovoa closed 12 months ago

pnovoa commented 12 months ago

Hi, I have noticed on macOS (both Safari and Chrome) that "sortable" does not allow drag and drop. When I do it, it drags the whole component instead of the individual elements. It's weird, as the previous version worked fine for me.

pnovoa commented 12 months ago

I have solved it. Thanks anyway. Apparently I can't use the same identifier for the component as output and input. I changed the names and now it works as before.