Small fix

canary
WolverinDEV 2019-11-24 20:16:09 +01:00
parent 13eceb84c1
commit b1eb215734
1 changed files with 1 additions and 1 deletions

View File

@ -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)