mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
controller_content.ts: Fix typo in variable name
This commit is contained in:
parent
59a2147172
commit
03bfb3f825
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class KeyCanceller {
|
|||
ke.altKey == ke2.altKey &&
|
||||
ke.code == ke2.code &&
|
||||
ke.composed == ke2.composed &&
|
||||
ke.ctrlKey == ke.ctrlKey &&
|
||||
ke.ctrlKey == ke2.ctrlKey &&
|
||||
ke.metaKey == ke2.metaKey &&
|
||||
ke.shiftKey == ke2.shiftKey &&
|
||||
ke.target == ke2.target,
|
||||
|
|
Loading…
Add table
Reference in a new issue