@syncfusion/ej2-treegrid 33.1.49 → 33.2.3

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.
@@ -5137,7 +5137,7 @@ var TreeGrid = /** @__PURE__ @class */ (function (_super) {
5137
5137
  var portals = 'portals';
5138
5138
  if (!(_this.isReact && isNullOrUndefined(_this["" + portals]))) {
5139
5139
  var isGantt = _this['isFromGantt'] && !isNullOrUndefined(_this['root'].clearTemplate) &&
5140
- _this['root'].chartRowsModule['isGridRowRefreshed'];
5140
+ (_this['root'].chartRowsModule['isGridRowRefreshed'] || _this['root']['registeredTemplate']);
5141
5141
  if (isGantt) {
5142
5142
  _this['root'].clearTemplate(args, index, callback);
5143
5143
  }