Skip to content

Commit

Permalink
fix: allow mouse tracking to be disabled/enabled (#12)
Browse files Browse the repository at this point in the history
* fix: allow mouse tracking to be disabnled/enabled

* add dimensions
  • Loading branch information
airtonix authored Jul 16, 2024
1 parent 09e8d0a commit 20ca224
Show file tree
Hide file tree
Showing 12 changed files with 379 additions and 226 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
Loading

0 comments on commit 20ca224

Please sign in to comment.