daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.08k stars 618 forks source link

Custom ables buttons problem with groups #583

Closed JoseLuisRNP closed 2 years ago

JoseLuisRNP commented 2 years ago

Environments

Description

I'm trying to create a custom able with buttons but seems like this has some problem with groups. When you click in a button in a custom able in group it launch a drag event in .moveable-area and avoid launch the button event

daybrush commented 2 years ago

@JoseLuisRNP

Temporarily try adding moveable- as a prefix to the class name.

I will fix this issue soon.

JoseLuisRNP commented 2 years ago

That's do the trick, thanks for your great work @daybrush !

daybrush commented 2 years ago

@JoseLuisRNP

moveable's new version is released. Check it again. Conversely, there must be no moveable- prefix.

JoseLuisRNP commented 2 years ago

works like a charm! thank you @daybrush