typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.
MIT License
394 stars 32 forks source link

Copy & Paste respect event.defaultPrevented #113

Closed taylorhadden closed 2 years ago

taylorhadden commented 2 years ago

This updates the Copy and Paste modules so that they do nothing if the event has already been claimed with event.preventDefault().

jacwright commented 2 years ago

Thank you!