mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Fixed dialog boxes not showing in browser fullscreen
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user