@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.
@@ -25653,7 +25653,7 @@ var RichTextEditor = /** @__PURE__ @class */ (function (_super) {
25653
25653
  break;
25654
25654
  case 'width':
25655
25655
  this.setWidth(newProp[prop]);
25656
- if (this.toolbarSettings.enable) {
25656
+ if (this.toolbarSettings.enable && !this.inlineMode.enable) {
25657
25657
  this.toolbarModule.refreshToolbarOverflow();
25658
25658
  this.resizeHandler();
25659
25659
  }