You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to expose Sortable instance in the useDraggable composable and VueDraggable component?
I am trying to mount the exposed Sortable instance with SortableJS' MultiDrag plugin but I am unable to do so with current exposed data from useDraggable composable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to expose Sortable instance in the
useDraggable
composable andVueDraggable
component?I am trying to mount the exposed Sortable instance with SortableJS' MultiDrag plugin but I am unable to do so with current exposed data from
useDraggable
composable.Relevant PR for SortableJS' MultiDrag plugin: feat: adding support to multi drag
Beta Was this translation helpful? Give feedback.
All reactions