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.
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.