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
When we paste an image in the quill module on
https://www.lactame.com/visualizer/src/index.html?config=../testcase/config/default.json&viewURL=../testcase/data/quill/view.json&dataURL=../testcase/data/quill/data.json
We have the image that is pasted twice.
If we disable the module imageDrop it works correctly.
imageDrop
visualizer/src/modules/types/edition/quill_editor/view.js
Lines 88 to 89 in 7264cd6
There is another plugin: https://www.npmjs.com/package/quill-image-drop-and-paste that could be tested
visualizer/package.json
Lines 85 to 86 in d00e4f4
@stropitek could you have a look at this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we paste an image in the quill module on
https://www.lactame.com/visualizer/src/index.html?config=../testcase/config/default.json&viewURL=../testcase/data/quill/view.json&dataURL=../testcase/data/quill/data.json
We have the image that is pasted twice.
If we disable the module
imageDrop
it works correctly.visualizer/src/modules/types/edition/quill_editor/view.js
Lines 88 to 89 in 7264cd6
There is another plugin: https://www.npmjs.com/package/quill-image-drop-and-paste that could be tested
visualizer/package.json
Lines 85 to 86 in d00e4f4
@stropitek could you have a look at this ?
The text was updated successfully, but these errors were encountered: