@arsedizioni/ars-utils 19.1.65 → 19.1.67
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.
|
@@ -3532,7 +3532,6 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3532
3532
|
* Manage module selection changes
|
|
3533
3533
|
*/
|
|
3534
3534
|
modulesChanged() {
|
|
3535
|
-
this.handleFilterPaneVisibility();
|
|
3536
3535
|
const hasModules = (this.filterParams.modules?.length ?? 0) > 0;
|
|
3537
3536
|
// Update models
|
|
3538
3537
|
if (!hasModules) {
|