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
Can you elaborate on what you mean by "target"? You can only drop items within a sortable. If you add padding to the sortable or give it a fixed min-height you should be able to drop it on there.
Verfügbare Knöpfe
<ulclass="js-sortable-source" id="dragtarget">
my source
</ul>
Aktive Knöpfe
<ulclass="js-sortable-target sortable" id="droptarget">
my target
</ul>
Now when I try to drop in the target area I have to drop the items on or near an existing target element. I cant drop underneath an existing target element. That is my issue.
It would require us to fire the event when entering the sortable event if it has items and than checking if it is above or below all list items and than adding it accordingly.
How can I change the target size? At the moent im am only able to drop near or on an existing target object.
The text was updated successfully, but these errors were encountered: