Explorar o código

Refactor the line where passing shouldGroupWhenFull option to the ToolbarView instance

panr %!s(int64=6) %!d(string=hai) anos
pai
achega
5b43ec0153
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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