mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: fixed touch handlers on chrome
This commit is contained in:
parent
1195a9e3be
commit
53980c0e68
@ -425,8 +425,13 @@ function __WindowManager() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
setTimeout(function() {
|
||||
// Тач-событие на хроме не долетает при data-force-hide-menu,
|
||||
// судя по всему оно прерывается при закрытии меню.
|
||||
// Откладываем обработку.
|
||||
__closeAllMenues();
|
||||
__activateLastWindow();
|
||||
}, 10);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user