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
Fix document elements check to prevent WYSIWYG error on IE
When creating a document using DomParser's parseFromString method from an empty string, IE 11
returns a document which both head and body elements are null, which caused the errors.
Fixes#13209
0 commit comments