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
Writing editor.getData() every time I want to see the data output is annoying. And it gets even worse when the editor is not in the window scope and I have to log a DOM element, access element.ckeditorInstance... , and so on. I think the right place for global actions is somewhere in the red box
The text was updated successfully, but these errors were encountered:
Writing
editor.getData()
every time I want to see the data output is annoying. And it gets even worse when the editor is not in thewindow
scope and I have to log a DOM element, accesselement.ckeditorInstance...
, and so on. I think the right place for global actions is somewhere in the red boxThe text was updated successfully, but these errors were encountered: