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
How is possibile click a item without moving it and trigger the drag and drop?
let's say, I have a card with two buttons, I can't click on the buttons because the card moves so i can't trigger functions from these button.. how i can do this?
The text was updated successfully, but these errors were encountered:
For button in the card, you could probbaly use absolute positionning and z-index to force the button ontop of the draggable part. I have the same question, but in my case, the card (a playing card) is a checkbox behind the scenes. I would like to be able to drag the card, but only click and "check" it.
How is possibile click a item without moving it and trigger the drag and drop?
let's say, I have a card with two buttons, I can't click on the buttons because the card moves so i can't trigger functions from these button.. how i can do this?
The text was updated successfully, but these errors were encountered: