mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
fix(web): prevent scrolling when setting focus on the canvas (#838)
This commit is contained in:
@@ -621,7 +621,7 @@
|
||||
}
|
||||
|
||||
function setMouseIn(evt: MouseEvent) {
|
||||
canvas.focus();
|
||||
canvas.focus({ preventScroll: true });
|
||||
remoteDesktopService.mouseIn(evt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user