Skip to content

Commit

Permalink
fix: because currently refresh not works good, reload instead
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed Feb 9, 2022
1 parent a467f12 commit ae82740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{#if show}
<div class="flex justify-between mb-3">
<Button on:click={toggleShow} class="mr-2">Hide</Button>
<Button on:click={draw}>{loadText}</Button>
<Button on:click={() => window.location.reload()}>{loadText}</Button>
</div>

<div class="flex">
Expand Down

0 comments on commit ae82740

Please sign in to comment.