Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszradomski committed May 28, 2024
1 parent ad2c8d8 commit f1a1f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const useStore = create<State & Actions>()(
pressed: {
leftMouseButton: false,
middleMouseButton: false,
ctrlKey: false,
shiftKey: false,
spaceKey: false,
},
Expand Down

0 comments on commit f1a1f39

Please sign in to comment.