@syncfusion/ej2-richtexteditor 20.1.56 → 20.1.57

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.
@@ -4554,7 +4554,9 @@ var Toolbar$2 = /** @__PURE__ @class */ (function () {
4554
4554
  * @deprecated
4555
4555
  */
4556
4556
  Toolbar$$1.prototype.refreshToolbarOverflow = function () {
4557
- this.baseToolbar.toolbarObj.refreshOverflow();
4557
+ if (!this.parent.inlineMode.enable) {
4558
+ this.baseToolbar.toolbarObj.refreshOverflow();
4559
+ }
4558
4560
  };
4559
4561
  Toolbar$$1.prototype.isToolbarDestroyed = function () {
4560
4562
  return this.baseToolbar.toolbarObj && !this.baseToolbar.toolbarObj.isDestroyed;