fix(web): keyboard input not working after launching a session via Firefox (#833)

This commit is contained in:
Alex Yusiuk
2025-06-23 08:33:23 -04:00
committed by GitHub
parent 153fe3c20d
commit d38c2013f0
@@ -603,7 +603,7 @@
// canvas first in order to receive paste events.
// wasmService.mouseButtonState(state, isDown, false);
// Focus `contenteditable` element to receive `on_paste` events
screenViewer.focus();
canvas.focus();
// Finish the focus sequence on Firefox
ffCnavasFocused = true;
} else {