Fixed web PPT hook
Signed-off-by: WolverinDEV <git@teaspeak.de>
This commit is contained in:
parent
9dcb5921df
commit
53a4cf8490
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ namespace ppt {
|
|||
current_state.special[SpecialKey.WINDOWS] = false;
|
||||
|
||||
for(const code of Object.keys(current_state))
|
||||
delete current_state[code];
|
||||
if(code !== "special")
|
||||
delete current_state[code];
|
||||
|
||||
for(const hook of key_hooks_active)
|
||||
hook.callback_release();
|
||||
|
|
Loading…
Add table
Reference in a new issue