@syncfusion/ej2-richtexteditor 19.4.50 → 19.4.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25380,7 +25380,7 @@ let RichTextEditor = class RichTextEditor extends Component {
25380
25380
  break;
25381
25381
  case 'width':
25382
25382
  this.setWidth(newProp[prop]);
25383
- if (this.toolbarSettings.enable) {
25383
+ if (this.toolbarSettings.enable && !this.inlineMode.enable) {
25384
25384
  this.toolbarModule.refreshToolbarOverflow();
25385
25385
  this.resizeHandler();
25386
25386
  }