We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adab4f commit 87329b5Copy full SHA for 87329b5
1 file changed
frontend/src/io-managers/input.ts
@@ -92,7 +92,7 @@ export function createInputManager(editor: Editor, dialog: DialogState, portfoli
92
if (key === "KeyV" && accelKey) return false;
93
94
// Don't redirect a fullscreen request on web
95
- if (key === "F11" && e.type === "keydown" && !e.repeat && isDesktop()) {
+ if (key === "F11" && e.type === "keydown" && !e.repeat && !isDesktop()) {
96
e.preventDefault();
97
fullscreen.toggleFullscreen();
98
return false;
0 commit comments