instant.page icon indicating copy to clipboard operation
instant.page copied to clipboard

Make the simulated click cancel-able

Open kurtextrem opened this issue 4 years ago • 2 comments

This should fix #71, #69. Might fix #72 too, but not sure.

kurtextrem avatar May 23 '20 10:05 kurtextrem

#71 is still occurring for me after merging this commit.

bgammill avatar May 25 '20 13:05 bgammill

@bgammill Does it use event.preventDefault or any other code?

Also, I noticed this doesn't solve a[download] double-downloads. But can be fixed by adding (linkElement.download !== undefined) return

kurtextrem avatar May 29 '20 08:05 kurtextrem