clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

e.preventDefault() doesn't work

Open TooTallNate opened this issue 11 years ago • 0 comments

Since the "paste" callback is invoked asynchronously (due to the normalize() call), the e.preventDefault() function doesn't work as expected.

We may need to add an explicit API for this? clip.preventDefault()?

TooTallNate avatar Feb 20 '14 22:02 TooTallNate