@syncfusion/ej2-ribbon 22.1.39 → 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.
@@ -4222,8 +4222,8 @@ let Ribbon = Ribbon_1 = class Ribbon extends Component {
4222
4222
  }
4223
4223
  reRenderTabs() {
4224
4224
  this.destroyScroll();
4225
- this.destroyTabItems(this.tabsInternal);
4226
4225
  this.checkID(this.tabs, 'tab', this.element.id);
4226
+ this.destroyTabItems(this.tabsInternal);
4227
4227
  this.tabsInternal = this.tabs.slice();
4228
4228
  this.validateItemSize();
4229
4229
  const tabItems = this.createTabItems(this.tabs);