@syncfusion/ej2-ribbon 22.2.5 → 22.2.11

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.
@@ -4508,8 +4508,8 @@ var Ribbon = /** @__PURE__ @class */ (function (_super) {
4508
4508
  };
4509
4509
  Ribbon.prototype.reRenderTabs = function () {
4510
4510
  this.destroyScroll();
4511
- this.destroyTabItems(this.tabsInternal);
4512
4511
  this.checkID(this.tabs, 'tab', this.element.id);
4512
+ this.destroyTabItems(this.tabsInternal);
4513
4513
  this.tabsInternal = this.tabs.slice();
4514
4514
  this.validateItemSize();
4515
4515
  var tabItems = this.createTabItems(this.tabs);