vue-draggable-resizable
vue-draggable-resizable copied to clipboard
How do I get the currently active instance
I want to get the currently active instance when I call a method. Is there a good way?
This code may help (especially check draggingElement
part).
Yes,why not pass currently active instance as as parameter to activated、deactivated and other events ? so that we can get it.