File tree Expand file tree Collapse file tree
webapp/src/client/app/modules/web-client/vnc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -402,7 +402,8 @@ export class WebClientVncComponent extends WebClientBaseComponent implements OnI
402402 . withPassword ( connectionParameters . password )
403403 . withDestination ( connectionParameters . host )
404404 . withProxyAddress ( connectionParameters . gatewayAddress )
405- . withAuthToken ( connectionParameters . token ) ;
405+ . withAuthToken ( connectionParameters . token )
406+ . withExtension ( enableExtendedClipboard ( connectionParameters . enableExtendedClipboard ) ) ;
406407
407408 if ( connectionParameters . username != null ) {
408409 configBuilder . withUsername ( connectionParameters . username ) ;
@@ -416,10 +417,6 @@ export class WebClientVncComponent extends WebClientBaseComponent implements OnI
416417 configBuilder . withExtension ( enableCursor ( true ) ) ;
417418 }
418419
419- if ( connectionParameters . enableExtendedClipboard ) {
420- configBuilder . withExtension ( enableExtendedClipboard ( true ) ) ;
421- }
422-
423420 if ( connectionParameters . ultraVirtualDisplay ) {
424421 configBuilder . withExtension ( ultraVirtualDisplay ( true ) ) ;
425422 }
You can’t perform that action at this time.
0 commit comments