@syncfusion/ej2-gantt 20.2.44 → 20.2.45

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.
@@ -4868,7 +4868,7 @@ var GanttChart = /** @__PURE__ @class */ (function () {
4868
4868
  * @private
4869
4869
  */
4870
4870
  GanttChart.prototype.expandedGanttRow = function (args) {
4871
- if ((isNullOrUndefined(args['gridRow']) || isNullOrUndefined(args['chartRow'])) && this.parent.enableVirtualization) {
4871
+ if ((isNullOrUndefined(args['gridRow']) && this.parent.enableVirtualization) || isNullOrUndefined(args['chartRow'])) {
4872
4872
  return;
4873
4873
  }
4874
4874
  var record = getValue('data', args);