@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.
@@ -4591,6 +4591,7 @@ class EsTableComponent {
4591
4591
  * @param {any} item Oggetto sopra il quale è stata attivata la modifica
4592
4592
  */
4593
4593
  setupUserEdit(rowItem, item) {
4594
+ this.selection_H.clearSelectionStatus();
4594
4595
  if (this.Editable && rowItem.PropertyName) {
4595
4596
  if (this.DynamicRowColumnsDefinition.length > 0) {
4596
4597
  rowItem.edits[item._hash] = { _editing: true, old_value: item[rowItem.PropertyName] };