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