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
Hi guys, thanks for your great work.
I've had problems since the last google chrome update.
I get this error in console when I try to open the insert link modal. Do somebody have same problem? there's a way to solve it?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Try removing the boolean parameter from the focus method. Instead of self.editor.currentView.element.focus(false);, do self.editor.currentView.element.focus();
or change to self.editor.currentView.element.focus({preventScroll:false})
Hi guys, thanks for your great work.
I've had problems since the last google chrome update.
I get this error in console when I try to open the insert link modal. Do somebody have same problem? there's a way to solve it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: