mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
Refacotr enter or leave
This commit is contained in:
parent
f20587cbc0
commit
4eaa17017c
1 changed files with 1 additions and 4 deletions
|
|
@ -1010,10 +1010,7 @@ class FFI {
|
|||
void enterOrLeave(bool enter) {
|
||||
// Fix status
|
||||
if (!enter) {
|
||||
alt = false;
|
||||
shift = false;
|
||||
ctrl = false;
|
||||
command = false;
|
||||
resetModifiers();
|
||||
}
|
||||
bind.sessionEnterOrLeave(id: id, enter: enter);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue