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
Update fromHtml plugin to add compatibility with IE11
cn.ownerDocument.body.contains(cn) isn't working fine with IE11. Changing it to !!(cn.ownerDocument.body.compareDocumentPosition(cn) & 16) it do the job in all the browsers.
Fix for the Issue IE does not add text #610.
#610
0 commit comments