@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.
@@ -4533,7 +4533,9 @@ class Toolbar$2 {
4533
4533
  * @deprecated
4534
4534
  */
4535
4535
  refreshToolbarOverflow() {
4536
- this.baseToolbar.toolbarObj.refreshOverflow();
4536
+ if (!this.parent.inlineMode.enable) {
4537
+ this.baseToolbar.toolbarObj.refreshOverflow();
4538
+ }
4537
4539
  }
4538
4540
  isToolbarDestroyed() {
4539
4541
  return this.baseToolbar.toolbarObj && !this.baseToolbar.toolbarObj.isDestroyed;