Преглед на файлове

Refactor the line where passing shouldGroupWhenFull option to the ToolbarView instance

panr преди 5 години
родител
ревизия
5b43ec0153
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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