vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

How do I get the currently active instance

Open Zz-ZzzZ opened this issue 3 years ago • 2 comments

I want to get the currently active instance when I call a method. Is there a good way?

Zz-ZzzZ avatar Jul 06 '21 06:07 Zz-ZzzZ

This code may help (especially check draggingElement part).

TitanFighter avatar Jul 06 '21 13:07 TitanFighter

Yes,why not pass currently active instance as as parameter to activated、deactivated and other events ? so that we can get it.

jinkunaier avatar Jul 14 '21 09:07 jinkunaier