@shoper/phoenix_design_system 1.17.10-18 → 1.17.10-19
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.
|
@@ -288,7 +288,7 @@ exports.HSearch = class HSearch extends phoenix_light_lit_element.PhoenixLightLi
|
|
|
288
288
|
$searchSheet === null || $searchSheet === void 0 ? void 0 : $searchSheet.open();
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
-
else {
|
|
291
|
+
else if (!this.popup) {
|
|
292
292
|
this._openMobileView();
|
|
293
293
|
}
|
|
294
294
|
};
|
package/package.json
CHANGED