@syncfusion/ej2-navigations 24.2.3 → 24.2.4

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.
@@ -8985,6 +8985,7 @@ var Tab = /** @__PURE__ @class */ (function (_super) {
8985
8985
  }
8986
8986
  };
8987
8987
  Tab.prototype.evalOnPropertyChangeItems = function (newProp, oldProp) {
8988
+ var _this = this;
8988
8989
  if (!(newProp.items instanceof Array && oldProp.items instanceof Array)) {
8989
8990
  var changedProp = Object.keys(newProp.items);
8990
8991
  for (var i = 0; i < changedProp.length; i++) {
@@ -9068,6 +9069,11 @@ var Tab = /** @__PURE__ @class */ (function (_super) {
9068
9069
  }
9069
9070
  }
9070
9071
  }
9072
+ if (this.isReact && this.portals && this.portals.length > 0) {
9073
+ this.renderReactTemplates(function () {
9074
+ _this.refreshActiveTabBorder();
9075
+ });
9076
+ }
9071
9077
  }
9072
9078
  else {
9073
9079
  this.lastIndex = 0;