mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 10:10:29 +08:00
eq fix
This commit is contained in:
parent
1424596b5b
commit
cb8e5efbc7
@ -110,7 +110,7 @@ var ui = new function() {
|
|||||||
__raiseLastWindow();
|
__raiseLastWindow();
|
||||||
} else {
|
} else {
|
||||||
document.onkeyup = function(event) {
|
document.onkeyup = function(event) {
|
||||||
if (event.code == "Escape") {
|
if (event.code === "Escape") {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
__closeAllMenues();
|
__closeAllMenues();
|
||||||
__raiseLastWindow();
|
__raiseLastWindow();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user