fixed shopping undo hanging until auto refresh

This commit is contained in:
vabene1111
2025-03-27 18:35:18 +01:00
parent 742297c1fc
commit 8827e6f453

View File

@@ -416,6 +416,7 @@ export const useShoppingStore = defineStore(_STORE_ID, () => {
entry.ids.forEach(id => {
let e = entries.value.get(id)
e.updatedAt = r.timestamp
e.checked = r.checked
entries.value.set(id, e)
})
itemCheckSyncQueue.value.splice(index, 1)