mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: Fixed window activation when exiting the full tab mode
This commit is contained in:
parent
3f309077f8
commit
3b39fcefd5
@ -384,11 +384,11 @@ function __WindowManager() {
|
||||
|
||||
self.setFullTabWindow = function(el_win, enabled) {
|
||||
el_win.classList.toggle("window-full-tab", enabled);
|
||||
__activateLastWindow(el_win);
|
||||
let el_navbar = $("navbar");
|
||||
if (el_navbar) {
|
||||
tools.hidden.setVisible(el_navbar, !enabled);
|
||||
}
|
||||
setTimeout(() => __activateWindow(el_win), 100);
|
||||
};
|
||||
|
||||
var __closeWindow = function(el_win) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user