@arsedizioni/ars-utils 21.2.136 → 21.2.137

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.
@@ -1037,6 +1037,7 @@ class SelectDialogComponent {
1037
1037
  */
1038
1038
  notifyChanges(newTotal) {
1039
1039
  this.dialogData.total = newTotal ?? 0;
1040
+ this.clearSelection();
1040
1041
  this.changeDetector.markForCheck();
1041
1042
  }
1042
1043
  /**