Skip to content

Commit

Permalink
Fix wrong submit state
Browse files Browse the repository at this point in the history
  • Loading branch information
ylfyt committed Mar 3, 2024
1 parent 98bd2ca commit dfef31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/(main)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
use:init
/>
<button
type="button"
on:click={() => {
splits = splits.filter((_, i) => idx != i);
}}
Expand Down

0 comments on commit dfef31f

Please sign in to comment.