vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Request: add return event on all custom event
Hello,
I have a request.
For make a custom multiple selection of items, i need to capture event of @activated and @deactivated for see if there is ctrlKey with value "true".
In the component vue-draggabe-resizable.vue, you can add at line 388 the event "e" in the emit like this:
this.$emit('activated', e)
and also at line 432 like this:
this.$emit('deactivated', e)
And i have an other request. I need to don't desactivate when i click outside the parent element; Can you add a new prop for this?
Thanks a lot