You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to lock/unlock vue hooper’s mouseDrag or touchDrag properties after initialization?
For some features, I want to dis/enable dragging function when users click on a button.
It seems no method to modify the property, and if I mutate the property directly, it will throw out an error to say not to modify the prop directly.
The text was updated successfully, but these errors were encountered:
Is it possible to lock/unlock vue hooper’s mouseDrag or touchDrag properties after initialization?
For some features, I want to dis/enable dragging function when users click on a button.
It seems no method to modify the property, and if I mutate the property directly, it will throw out an error to say not to modify the prop directly.
The text was updated successfully, but these errors were encountered: