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

Why listen for "handleresize" on line 476

Open iCloudys opened this issue 4 years ago • 0 comments

Why listen for "handleresize" on line 476 instead of move ? addEvent(document.documentElement, eventsFor.move, this.handleResize)

This listener is removed at line 783 removeEvent(document.documentElement, eventsFor.move, this.handleResize)

iCloudys avatar Jul 29 '21 09:07 iCloudys