Skip to content

Commit

Permalink
fix: unset redrawStore if should reload
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed Jun 1, 2022
1 parent 75a5106 commit 6094e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
}
function should_reload() {
reloadStore.set(true)
redrawStore.set(false)
}
function reset() {
drawStore.set('lx', -3)
Expand Down

0 comments on commit 6094e2f

Please sign in to comment.