daybrush / moveable

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

Rotate issue when zooming workspace #778

Open rasfront opened 1 year ago

rasfront commented 1 year ago

Environments

I have a rotate issue when zooming workspace. The problem is wrong rotate velocity when zooming is change.

https://user-images.githubusercontent.com/34380690/198854058-b307baec-8579-4bc9-872c-4405973c3738.mp4

daybrush commented 1 year ago

@Raserad

Maybe try use rootContainer prop. Try setting it to an element higher than the element you use transform: scale for.

rasfront commented 1 year ago

@Raserad

Maybe try use rootContainer prop. Try setting it to an element higher than the element you use transform: scale for.

I've tried. But unfortunately it isn't work as expected. The issue is kept yet.

daybrush commented 1 year ago

@Raserad

moveable's new version is released.

Try it again

rasfront commented 1 year ago

@daybrush the issue is keeping on.

daybrush commented 1 year ago

@Raserad

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

rasfront commented 1 year ago

@daybrush it's amazing! The issue is solved. Thank you very much!