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