mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Request full screen on document instead of viewer wrapper (to keep the sidebar).
This commit is contained in:
parent
0cf277ae87
commit
eb5c1c1efc
@ -165,7 +165,7 @@ export function ApplyInputHandlers() {
|
||||
}
|
||||
});
|
||||
FullScreenButton.addEventListener("click", () => {
|
||||
ScreenViewerWrapper.requestFullscreen();
|
||||
document.body.requestFullscreen();
|
||||
})
|
||||
BlockInputButton.addEventListener("click", (ev) => {
|
||||
if (ViewerApp.ViewOnlyMode) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user