eat-js-sdk 0.0.50 → 0.0.51
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.
|
@@ -9958,7 +9958,11 @@
|
|
|
9958
9958
|
return !!currentSelectedItemId2 && storeContainerId !== containerId;
|
|
9959
9959
|
};
|
|
9960
9960
|
const openResetModal = () => {
|
|
9961
|
-
modalSettings.set({
|
|
9961
|
+
modalSettings.set({
|
|
9962
|
+
...get_store_value(modalSettings),
|
|
9963
|
+
isModalOpen: true,
|
|
9964
|
+
modalAriaLabel: "Reset words"
|
|
9965
|
+
});
|
|
9962
9966
|
};
|
|
9963
9967
|
const getTotalWords = (categoryId, currentAnswerData) => {
|
|
9964
9968
|
let totalWords = 0;
|