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
TypeError: Cannot read properties of null (reading 'replaceChild')
at Object.update_image (image.js:793:45)
at Object.<anonymous> (image.js:629:38)
at Object.checkInfo (fileManager.js:141:21)
at Object.checkFileInfo (image.js:633:44)
at Object._checkComponents (core.js:5730:44)
at f (history.js:55:14)
at Object.push (history.js:114:21)
at Object.setContents (core.js:5057:30)
at Object.setContents (core.js:8721:18)
at Ue (EditMessageItem.js:537:10)
Our code is EditMessageItem.js editor.setContents(newContent);
Using
Error
Our code is EditMessageItem.js
editor.setContents(newContent);
newContent
is an HTML TEXTIt works with 1 image in the
<a ...>
tag !!!Should be easy and super fast to fix ;-)
The text was updated successfully, but these errors were encountered: