vue-click-away icon indicating copy to clipboard operation
vue-click-away copied to clipboard

Click and Drag evaluates point of release instead of initial click.

Open astarrh opened this issue 3 years ago • 1 comments

It's a habit, when selecting text, to click and drag way off to one side to grab everything. However, this triggers the click-away signal and can affect the page in a way that impedes or cancels the selection. For this reason, I would suggest evaluating the click on mousedown instead of mouseup.

astarrh avatar Jun 21 '21 01:06 astarrh

Yeah, I'm facing the same issue here as well.

brada1703 avatar Feb 02 '22 11:02 brada1703