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
At first I thought that this is controlled by local cache (cookies/local storage) as the inspector remembers previous stat (opened/closed). Unfortunately when opened in porno mode it is opened and it makes sometimes sense to have it closed.
Feature: Allowed attaching the inspector collapsed using a configuration passed to `CKEditorInspector#attach()`. Implemented the `CKEditorInspector#destroy()` method. Unified `CKEditorInspector#attach()` arguments syntax and allowed attaching to multiple instances at a time. Closes#44. Closes#42. Closes#48.
BREAKING CHANGE: The `CKEditorInspector.attach( 'editor-name', editor );` syntax was deprecated and replaced by an object literal `CKEditorInspector.attach( { 'editor-name': editor, ... } );`.
I want to include the inspector in shared codepen listing. It looks nice in pivot orientation:
However most of us use horizontal, 16:9 orientation and this is how it looks like:
It would be wonderful if I could initialize the inspector minimized.
The text was updated successfully, but these errors were encountered: