|
|
@@ -156,7 +156,7 @@ export default class InlineEditorUI extends EditorUI {
|
|
|
toolbar
|
|
|
} );
|
|
|
|
|
|
- // Set toolbar's max-width on the initialization and update it on the editable resize,
|
|
|
+ // Set the toolbar's max-width on the initialization and update it on the editable resize,
|
|
|
// if 'shouldToolbarGroupWhenFull' in config is set to 'true'.
|
|
|
if ( !this._toolbarConfig.shouldNotGroupWhenFull ) {
|
|
|
const widthObserver = getResizeObserver( () => {
|