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 the textarea the suneditor is created for contains 2 or more image links with blank src reference then the editor crashes. If you test this with one image with blank src then no errors occurs.
Exception: image.js:763 Uncaught TypeError: Cannot read property 'replaceChild' of null
The file report.txt includes a basic repro case html page for the issue.
The text was updated successfully, but these errors were encountered:
When the textarea the suneditor is created for contains 2 or more image links with blank src reference then the editor crashes. If you test this with one image with blank src then no errors occurs.
Exception: image.js:763 Uncaught TypeError: Cannot read property 'replaceChild' of null
The file report.txt includes a basic repro case html page for the issue.
The text was updated successfully, but these errors were encountered: