Skip to content

Commit

Permalink
debug clicky
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Feb 14, 2025
1 parent 3f65cb0 commit 670caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/(home)/clicky.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum ClickState {
Error,
}
let click_data: ClickData = $state();
let click_data: ClickData | undefined = $state();
let click_state: ClickState = $state(ClickState.Idle);
Expand Down

0 comments on commit 670caa5

Please sign in to comment.