mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
eq fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user