@syncfusion/ej2-navigations 30.2.5 → 30.2.7

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.
@@ -9879,6 +9879,7 @@ let Tab = class Tab extends Component {
9879
9879
  */
9880
9880
  getItemIndex(tabItemId) {
9881
9881
  let tabIndex;
9882
+ this.tbItem = selectAll('.' + CLS_TB_ITEM, this.getTabHeader());
9882
9883
  for (let i = 0; i < this.tbItem.length; i++) {
9883
9884
  const value = this.tbItem[i].getAttribute('data-id');
9884
9885
  if (tabItemId === value) {