@sledge-app/react-instant-search 0.0.94 → 0.0.96
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/dist/components/SearchIconWidget/SearchIconWidgetPopup.d.ts.map +1 -1
- package/dist/sledge-react-instant-search.cjs +1 -1
- package/dist/sledge-react-instant-search.cjs.map +1 -1
- package/dist/sledge-react-instant-search.js +0 -5
- package/dist/sledge-react-instant-search.js.map +1 -1
- package/package.json +1 -1
|
@@ -2964,7 +2964,6 @@ const SearchIconWidgetPopup = () => {
|
|
|
2964
2964
|
searchViewMoreResultComponent = () => {
|
|
2965
2965
|
}
|
|
2966
2966
|
}) => {
|
|
2967
|
-
console.log("sledgeInstantSearchIconWidgetPopup", keyword);
|
|
2968
2967
|
setShowInfo(true);
|
|
2969
2968
|
setHandleFunctions({
|
|
2970
2969
|
onAfterAddToCart,
|
|
@@ -2977,10 +2976,6 @@ const SearchIconWidgetPopup = () => {
|
|
|
2977
2976
|
otherIndexListsComponent,
|
|
2978
2977
|
searchViewMoreResultComponent
|
|
2979
2978
|
});
|
|
2980
|
-
setTimeout(() => {
|
|
2981
|
-
if (searchFieldRef == null ? void 0 : searchFieldRef.current)
|
|
2982
|
-
searchFieldRef.current.focus();
|
|
2983
|
-
}, 500);
|
|
2984
2979
|
};
|
|
2985
2980
|
}
|
|
2986
2981
|
handleSettings(localStorage.getItem(LOCAL_STORAGE_KEY.INSTANT_SEARCH_SETTING) || "");
|