-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
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
Cannot assign to read only property 'caption' #219
Comments
@rocketana have you found a solution for that problem? i have the same, and would be happy to fix it) |
Same problem with image caption, attached title and embed, any alternative? |
i have the same propblem |
I have the same propblem |
Hi, Could you please provide detailed reproduction steps for this issue? Specifically, I would like to know: |
A copy of the closed for any weird reason issue #179. The problem is still here.
The following error occurs after image uploading:
Saving failed due to the Error TypeError: Cannot assign to read only property 'caption' of object '#<Object>'
As soon as any image added to the editor, the whole saving process is broken, no changed to other blocks can be saved due to the error.
The error comes from here:
The problem may come from here :
But setting
readOnly: false
in the EditorJS config or the tool's config doesn't change anything.Also, I see that the caption node is rendered correctly in the DOM:
An ugly and absolutely not recommended solution that I used for now to make the editor work again - I changed the caption assignment in bundle. js. This way saving of the caption works as expected as well as all other data.
Hopefully, I'll find another solution later as the the author of this tool seemed abandoned the project and is not going to fix issues.
The text was updated successfully, but these errors were encountered: