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
Thanks ckeditor/ckeditor5-core#184 we can use domEditableElement.ckeditorInstance to get the editor instance. CKEditorInspector.attachToAll() would do:
to attach all editor instances automatically. That would be helpful:
in manual tests, because ATM we only discover window.editor and if there is more than a single editor, it's not inspected out-of-the-box. Note that we need a flag like window.CKEditorInspectorDontAttachAll so in some tests we can disable this feature.
in bookmarklets
The text was updated successfully, but these errors were encountered:
It depends on the order of execution. Not sure if window.CKEditorInspector namespace would be available at that particular moment when the flag is to be set.
Thanks ckeditor/ckeditor5-core#184 we can use
domEditableElement.ckeditorInstance
to get the editor instance.CKEditorInspector.attachToAll()
would do:to attach all editor instances automatically. That would be helpful:
window.editor
and if there is more than a single editor, it's not inspected out-of-the-box. Note that we need a flag likewindow.CKEditorInspectorDontAttachAll
so in some tests we can disable this feature.The text was updated successfully, but these errors were encountered: