@arsedizioni/ars-utils 20.1.1 → 20.1.3
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.
- package/clipper.ui/index.d.ts +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -3263,7 +3263,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3263
3263
|
}
|
|
3264
3264
|
else {
|
|
3265
3265
|
this.filters.update(items => {
|
|
3266
|
-
const item = items.find(n => n.value === r.value.id);
|
|
3266
|
+
const item = items.find(n => n.value.id === r.value.id);
|
|
3267
3267
|
if (item) {
|
|
3268
3268
|
item.value.data = r.value.data;
|
|
3269
3269
|
}
|