eat-js-sdk 0.0.48 → 0.0.49
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.
|
@@ -10022,9 +10022,9 @@
|
|
|
10022
10022
|
const resetTabCategory = () => {
|
|
10023
10023
|
categoriseSettings.set({
|
|
10024
10024
|
...get_store_value(categoriseSettings),
|
|
10025
|
+
isItemsAriaHidden: true,
|
|
10025
10026
|
currentTabContainer: "",
|
|
10026
|
-
lastSelectedTabContainer: ""
|
|
10027
|
-
isItemsAriaHidden: true
|
|
10027
|
+
lastSelectedTabContainer: ""
|
|
10028
10028
|
});
|
|
10029
10029
|
};
|
|
10030
10030
|
const goToWordBin = () => {
|