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

Request: add return event on all custom event

Open StephanieeV opened this issue 4 years ago • 0 comments

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

StephanieeV avatar Jun 09 '21 12:06 StephanieeV