|
|
@@ -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
|