vue-drag-select icon indicating copy to clipboard operation
vue-drag-select copied to clipboard

'selectionEnd' event

Open kiraacorsac opened this issue 4 years ago • 0 comments

I would appreciate something like 'selectionEnd' event to handle change after the user completed his selection, instead of during the selection. I believe this should behave like onMouseUp but fire only when the underlying selection was changed.

My use case is: I need to start resource-intensive computations after the selection is made. It does not make sense to start it after every change.

kiraacorsac avatar Apr 21 '20 23:04 kiraacorsac