@arsedizioni/ars-utils 19.0.83 → 19.0.84

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.
@@ -3244,7 +3244,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3244
3244
  */
3245
3245
  selectFilter(item) {
3246
3246
  if (item && item.value.data) {
3247
- this.filterSelector().select(item);
3247
+ this.filterSelector().select(item, false);
3248
3248
  const filter = JSON.parse(item.value.data);
3249
3249
  this.filterParams.searchId = item.value.id;
3250
3250
  this.filterParams.searchName = item.value.name;