Browse Source

Refactor the line where passing shouldGroupWhenFull option to the ToolbarView instance

panr 5 years ago
parent
commit
5b43ec0153
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

+ 3 - 1
packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

@@ -35,7 +35,9 @@ export default class InlineEditorUIView extends EditorUIView {
 		 * @readonly
 		 * @member {module:ui/toolbar/toolbarview~ToolbarView}
 		 */
-		this.toolbar = new ToolbarView( locale, { shouldGroupWhenFull: options.shouldToolbarGroupWhenFull } );
+		this.toolbar = new ToolbarView( locale, {
+			shouldGroupWhenFull: options.shouldToolbarGroupWhenFull
+		} );
 
 		/**
 		 * The offset from the top edge of the web browser's viewport which makes the