Skip to content

Commit b35c7bc

Browse files
committed
update webx-client to 1.12.1 (removing commonjs dependency) for improved canvas rendering.
1 parent 5845fc2 commit b35c7bc

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"moment-duration-format",
5555
"blueimp-md5",
5656
"file-saver",
57-
"@illgrenoble/webx-client",
5857
"@ctrl/ngx-codemirror"
5958
]
6059
},

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@ctrl/ngx-codemirror": "^7.0.0",
3939
"@illgrenoble/ngx-fs-client": "^1.2.0",
4040
"@illgrenoble/visa-print-client": "^1.2.3",
41-
"@illgrenoble/webx-client": "^1.11.0",
41+
"@illgrenoble/webx-client": "^1.12.1",
4242
"@ng-select/ng-select": "^10.0.4",
4343
"@ngrx/effects": "^15.4.0",
4444
"@ngrx/router-store": "^15.4.0",

src/app/vdi/components/remote-desktop.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ $ngx-remote-desktop-status-bar-border-color: #131418;
223223
cursor: none;
224224
}
225225

226+
#webx-overlay {
227+
cursor: none;
228+
}
229+
226230
canvas {
227231
width: 100%;
228232
height: 100%;

0 commit comments

Comments
 (0)