daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!

Home Page:https://daybrush.com/moveable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control sizes

markpumpkin opened this issue · comments

commented

I have a moveable,
But when I use it in "react-infinite-viewer" " the size of Control is not reasonable.
181733120324

I want it to always keep zoom at 1.
181217120324
Can you help me?

commented

I solved the problem myself, for anyone needs it.
The "react-moveable" library has props "zoom",
And when using the "react-infinite-viewer" library also props "zoom"
2 value is the difference
=> resolve: On "react-moveable" set zoom = 1 / zoom(react-infinite-viewer)
101338130324
101415130324