Fixed dialog boxes not showing in browser fullscreen
This commit is contained in:
parent
cbabfab7de
commit
76edf4e494
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.5.0-u",
|
||||
"version": "0.5.0-v",
|
||||
"keywords": [
|
||||
"Remote Management",
|
||||
"Intel AMT",
|
||||
|
|
|
@ -5922,7 +5922,7 @@
|
|||
|
||||
// If shift is pressed, enter browser full screen.
|
||||
if (e.shiftKey == true) {
|
||||
if (xxcurrentView == 12) { enterBrowserFullscreen(Q('termTable')); } else { enterBrowserFullscreen(Q('deskarea0')); }
|
||||
enterBrowserFullscreen(Q('container'));
|
||||
browserfullscreen = true;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue