|
|
@@ -115,7 +115,6 @@ export default class DecoupledEditorUI extends EditorUI {
|
|
|
const toolbar = view.toolbar;
|
|
|
|
|
|
toolbar.fillFromConfig( this._toolbarConfig.items, this.componentFactory );
|
|
|
- toolbar.shouldGroupWhenFull = true;
|
|
|
|
|
|
enableToolbarKeyboardFocus( {
|
|
|
origin: editor.editing.view,
|
|
|
@@ -123,10 +122,6 @@ export default class DecoupledEditorUI extends EditorUI {
|
|
|
originKeystrokeHandler: editor.keystrokes,
|
|
|
toolbar
|
|
|
} );
|
|
|
-
|
|
|
- this.on( 'update', () => {
|
|
|
- toolbar.updateGroupedItems();
|
|
|
- } );
|
|
|
}
|
|
|
|
|
|
/**
|