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
When I'm uploading an image from local (implementing uploadFn as in the docs), it uploads the image correctly. The thing is when I resize the image, I see the change made in the DOM (width attribute added to the img tag), but when saved to HTML and component re-mount (on page refresh), it's back to it's original size.
Hi, the current version of the editor does not accept any resize-related events. The new size after the image resize will not be recorded,, but I will implement this in subsequent versions, but at least it will not be completed until March.
Hi,
When I'm uploading an image from local (implementing uploadFn as in the docs), it uploads the image correctly. The thing is when I resize the image, I see the change made in the DOM (width attribute added to the img tag), but when saved to HTML and component re-mount (on page refresh), it's back to it's original size.
Is it the same issue as that? when using createEditorState() over HTML format it's ignoring some attributes? or it's something else?
https://github.com/margox/braft-editor/issues/333
Thanks.
The text was updated successfully, but these errors were encountered: