daybrush / moveable

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

Moveable.request doesnt works with number input buttons when keep input clicked #698

Closed JoseLuisRNP closed 2 years ago

JoseLuisRNP commented 2 years ago

Looks like issue #664 is avaible to reproduce, it only happens when you keep mousedown at button of input number, but moveable don't resize elements of the group, it only move their positions image

I'm able to reproduce in this demothis demo from Storybook 2

daybrush commented 2 years ago

@JoseLuisRNP

Thank you. It is being fixed almost exactly, close to it. But in CSS, only 3 decimal places are displayed. There can be values like 399.999.

daybrush commented 2 years ago

@JoseLuisRNP

moveable's new version is released. Check it again.

It may not be perfect, but it has improved the accuracy a lot.

JoseLuisRNP commented 2 years ago

It works much better! Awesome work @daybrush ! thanks!