pixelass / react-mops

🐶 Modify Orientation Position Size
https://react-mops.netlify.com/
MIT License
44 stars 7 forks source link

Lock current displayed cursor while scaling #5

Closed 0x04 closed 5 years ago

0x04 commented 5 years ago

If you're scaling a element and hit meanwhile another handle with the mouse the cursor changes to the handles one.

Possible Solutions

cursor_change_scaling

pixelass commented 5 years ago

This happens due to the dynamic handles. I think I need to rethink and deactivate this during resize but keep it during rotation.

pixelass commented 5 years ago

fixed in 45cd8b1