Small fix
parent
13eceb84c1
commit
b1eb215734
|
@ -81,7 +81,7 @@ namespace ppt {
|
|||
current_state.special[SpecialKey.SHIFT] = false;
|
||||
current_state.special[SpecialKey.WINDOWS] = false;
|
||||
|
||||
for(const code of Object.keys(current_state.keys))
|
||||
for(const code of Object.keys(current_state))
|
||||
delete current_state[code];
|
||||
|
||||
for(const hook of key_hooks_active)
|
||||
|
|
Loading…
Reference in New Issue