mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 13:48:32 -05:00
fixed shopping undo hanging until auto refresh
This commit is contained in:
@@ -416,6 +416,7 @@ export const useShoppingStore = defineStore(_STORE_ID, () => {
|
|||||||
entry.ids.forEach(id => {
|
entry.ids.forEach(id => {
|
||||||
let e = entries.value.get(id)
|
let e = entries.value.get(id)
|
||||||
e.updatedAt = r.timestamp
|
e.updatedAt = r.timestamp
|
||||||
|
e.checked = r.checked
|
||||||
entries.value.set(id, e)
|
entries.value.set(id, e)
|
||||||
})
|
})
|
||||||
itemCheckSyncQueue.value.splice(index, 1)
|
itemCheckSyncQueue.value.splice(index, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user