quill
quill copied to clipboard
Bug on copy-paste text with links. Text with no links has link attached after paste.
Bug happens when you select a text that have links and copy-paste text that also contains links.
Then the links are wrongly copied.
You can test it yourself as shown in the image below using this sample text in the playground on the quill website. Just paste it in then select the text and paste again.
link no link other link

As a workaround I've created custom clipboard that removes any styles from the selected text before pasting the new one. It seems to resolve the issue, but proper fix should be implemented.

Any news on this one?
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide :pray: