mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -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 => {
|
||||
let e = entries.value.get(id)
|
||||
e.updatedAt = r.timestamp
|
||||
e.checked = r.checked
|
||||
entries.value.set(id, e)
|
||||
})
|
||||
itemCheckSyncQueue.value.splice(index, 1)
|
||||
|
||||
Reference in New Issue
Block a user