|
|
@@ -75,7 +75,9 @@ export default class InlineEditor extends Editor {
|
|
|
|
|
|
const shouldToolbarGroupWhenFull = !this.config.get( 'toolbar.shouldNotGroupWhenFull' );
|
|
|
|
|
|
- const view = new InlineEditorUIView( this.locale, this.editing.view, this.sourceElement, { shouldToolbarGroupWhenFull } );
|
|
|
+ const view = new InlineEditorUIView( this.locale, this.editing.view, this.sourceElement, {
|
|
|
+ shouldToolbarGroupWhenFull
|
|
|
+ } );
|
|
|
this.ui = new InlineEditorUI( this, view );
|
|
|
|
|
|
attachToForm( this );
|