daybrush / moveable

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

when i press a right click, dragging starts #7

Closed swimyoung closed 5 years ago

swimyoung commented 5 years ago

Thanks for awesome project!

I found an issue about a dragging feature. when i press a right click it starts dragging like below.

I think drag library needs a moving distance feature.(mousedown -> mousemove = trigger drag start)

daybrush commented 5 years ago

@swimyoung Oh Thank you for reporting bug.

We're going to reflect it right away. It will be deployed tomorrow with bug fixes and new features.

daybrush commented 5 years ago

@swimyoung 0.4.1 has been released. Right-click issues are resolved.

And 3D Transform support and Warpable feature are added. https://github.com/daybrush/moveable/releases/tag/0.4.1

swimyoung commented 5 years ago

it works well thanks!