We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps for Reproduction
Expected behavior: The text "foo" should be pasted into the editor
Actual behavior: Chrome - An image is pasted into the editor
Platforms: MacOS Sierra 10.12.6 Chrome 68.0.3440.84 Firefox Quantum 61.0.1 Safari 11.1.1 Microsoft Word v15.38
Version: 2.0.0-dev.2
Pasting an image seems to only be an issue with Chrome of the 3 browsers I tested this in. The issue stems from these lines added in 2.0: https://github.com/quilljs/quill/blob/ae22be5ac37a4ca62e22ff4866b4c455c2ec9d23/modules/clipboard.js#L137-L142 When copy pasting from Word into Chrome, the clipboard data actually includes a file which is a picture of the text content.
The text was updated successfully, but these errors were encountered:
Fixed in #2227
Sorry, something went wrong.
paste image and text together is not work
No branches or pull requests
Steps for Reproduction
Expected behavior:
The text "foo" should be pasted into the editor
Actual behavior:
Chrome - An image is pasted into the editor
Platforms:
MacOS Sierra 10.12.6
Chrome 68.0.3440.84
Firefox Quantum 61.0.1
Safari 11.1.1
Microsoft Word v15.38
Version:
2.0.0-dev.2
Pasting an image seems to only be an issue with Chrome of the 3 browsers I tested this in.
The issue stems from these lines added in 2.0:
https://github.com/quilljs/quill/blob/ae22be5ac37a4ca62e22ff4866b4c455c2ec9d23/modules/clipboard.js#L137-L142
When copy pasting from Word into Chrome, the clipboard data actually includes a file which is a picture of the text content.
The text was updated successfully, but these errors were encountered: