Fix vote list update popup on first vote entry

This commit is contained in:
2026-02-08 14:55:39 +01:00
parent 02d15e9c50
commit fadd72d5c4
5 changed files with 10 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ export function clearUserState() {
state.counts = null;
state.mySuggestions = [];
state.allSuggestions = [];
state.allSuggestionsSig = null;
state.myVotes = [];
state.results = [];
state.votesRendered = false;