You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having similar issue with a bit difference: after saving the resized image, the image sizes are stored in the database, and is rendered in resized form, however, in the quill editor (react-quill), the image is seen again in its original big size. If the editor content re-saved, the image is stored in the original size but not in the previously-resized form, meaning that every time you have to resize the image to the desired size if you update something in the quill editor.
While using quill.setContents(quill.clipboard.convert(value)) to set editor conent, the module will remove its style attribute.
Some html string like:
After setContents it will to be:
But I hope it can preserve the style attribute and show its real align.
How to impl this feature?
The text was updated successfully, but these errors were encountered: