Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Aug 7, 2019
1 parent 062fb5e commit 8c8e5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classiceditorui.js
Expand Up @@ -148,7 +148,7 @@ export default class ClassicEditorUI extends EditorUI {
view.stickyPanel.viewportTopOffset = this._toolbarConfig.viewportTopOffset;
}

view.toolbar.isGrouping = true;
view.toolbar.shouldGroupWhenFull = true;
view.toolbar.fillFromConfig( this._toolbarConfig.items, this.componentFactory );

enableToolbarKeyboardFocus( {
Expand Down

0 comments on commit 8c8e5a1

Please sign in to comment.