mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 21:34:38 +00:00
requestDesktopSize() should always return a value
This commit is contained in:
@@ -343,7 +343,7 @@
|
||||
requestDesktopSize: function (width, height) {
|
||||
if (this._rfb_connection_state !== 'connected' ||
|
||||
this._view_only) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this._supportsSetDesktopSize) {
|
||||
|
||||
Reference in New Issue
Block a user