diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-26 11:52:18 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-26 11:52:18 +0700 |
| commit | 8ef5d44ff4aaf3f8826ffbb28e4466451a750af1 (patch) | |
| tree | ba77a4840f8fac433400a7364193ee53356d542a /src-migrate/utils | |
| parent | 31e27d92a1965f02b644a7d905366d7180d33c36 (diff) | |
<miqdad> push
Diffstat (limited to 'src-migrate/utils')
| -rw-r--r-- | src-migrate/utils/checkBoxState.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/utils/checkBoxState.js b/src-migrate/utils/checkBoxState.js index 0c58321f..8e65ea66 100644 --- a/src-migrate/utils/checkBoxState.js +++ b/src-migrate/utils/checkBoxState.js @@ -13,7 +13,7 @@ let listeners = []; let updatingCheckboxIds = new Set(); const checkboxUpdateState = { - // Check if any checkboxes are currently updating (for buttons) + // Check if any checkboxes are currently updating (for buttons quotation and checkout) isUpdating: () => updateCount > 0, // Check if a specific checkbox is updating (for disabling just that checkbox) |
