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
This seems like a bug. Is there any reason to be calling window.parent here? Even in the first commit, this line was there, yet there were no other calls to window.parent. Everything works fine with just window.
The text was updated successfully, but these errors were encountered:
unload
.You will get an error because of this line:
editor = window.parent.document.getElementById(self._instanceId);
This seems like a bug. Is there any reason to be calling
window.parent
here? Even in the first commit, this line was there, yet there were no other calls towindow.parent
. Everything works fine with justwindow
.The text was updated successfully, but these errors were encountered: