hopefully this really prevents multiple auto syncs even in HMR

This commit is contained in:
vabene1111
2024-01-28 12:27:24 +01:00
parent 3c93e760d2
commit 55877d69a0
2 changed files with 4 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export const useShoppingListStore = defineStore(_STORE_ID, {
currently_updating: false,
last_autosync: null,
autosync_has_focus: true,
autosync_timeout_id: null,
undo_stack: [],
queue_timeout_id: undefined,