Skip to content

Commit 9224589

Browse files
fix(webapp): update RDP and VNC web clients (#1425)
* Fix the excessive scroll speed in _VNC_. * Fix clipboard monitoring treats clipboard updates from the server as the local clipboard update. * Prevent `onMonitorClipboard` from rescheduling after the _iron-remote-dekstop_ component destroys. * Fix the error when `navigator.clipboard.write` was called when the browser window was not focused.
1 parent 3fdb900 commit 9224589

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

webapp/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@angular/platform-browser-dynamic": "18.2.1",
3131
"@angular/router": "18.2.1",
3232
"@devolutions/icons": "4.0.8",
33-
"@devolutions/iron-remote-desktop": "^0.6.0",
34-
"@devolutions/iron-remote-desktop-rdp": "^0.3.0",
35-
"@devolutions/iron-remote-desktop-vnc": "^0.4.0",
33+
"@devolutions/iron-remote-desktop": "^0.7.0",
34+
"@devolutions/iron-remote-desktop-rdp": "^0.4.0",
35+
"@devolutions/iron-remote-desktop-vnc": "^0.4.1",
3636
"@devolutions/web-ssh-gui": "0.3.1",
3737
"@devolutions/web-telnet-gui": "0.2.19",
3838
"primeflex": "3.3.1",

0 commit comments

Comments
 (0)