浏览代码

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