@esfaenza/es-table 11.2.83-beta11 → 11.2.83-beta12

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.
@@ -5122,6 +5122,7 @@
5122
5122
  */
5123
5123
  EsTableComponent.prototype.setupUserEdit = function (rowItem, item) {
5124
5124
  var _this = this;
5125
+ this.selection_H.clearSelectionStatus();
5125
5126
  if (this.Editable && rowItem.PropertyName) {
5126
5127
  if (this.DynamicRowColumnsDefinition.length > 0) {
5127
5128
  rowItem.edits[item._hash] = { _editing: true, old_value: item[rowItem.PropertyName] };