@refinitiv-ui/efx-grid 6.0.71 → 6.0.72

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.
@@ -26109,7 +26109,7 @@ Core_Core.prototype._firstRendered = false;
26109
26109
  * @return {string}
26110
26110
  */
26111
26111
  Core_Core.getVersion = function () {
26112
- return "5.1.80";
26112
+ return "5.1.81";
26113
26113
  };
26114
26114
  /** {@link ElementWrapper#dispose}
26115
26115
  * @override
@@ -30980,7 +30980,7 @@ Core_Core.prototype._onRowHeightChanged = function (e) {
30980
30980
  // TODO: Set row height one by one is not good
30981
30981
  for(var j = 0; j < len; ++j) {
30982
30982
  var evt = evts[j];
30983
- var section = /** @type {ILayoutGrid} */(evt["sender"]);
30983
+ var section = /** @type {ILayoutGrid} */(evt["section"]);
30984
30984
  if(!this._containsSection(section)) {
30985
30985
  continue; // The section is no longer contained in this grid
30986
30986
  }