mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
fix(web): keyboard input not working after launching a session via Firefox (#833)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user