fix
This commit is contained in:
parent
ca9b10b2a1
commit
3d8153687e
|
|
@ -1231,7 +1231,7 @@ export default class RFB extends EventTargetMixin {
|
||||||
this._resize(width, height);
|
this._resize(width, height);
|
||||||
this._display.rotate = this._rotate;
|
this._display.rotate = this._rotate;
|
||||||
if (this._scale) {
|
if (this._scale) {
|
||||||
this._display.scale(1.0);
|
this._display.scale = 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this._viewOnly) { this._keyboard.grab(); }
|
if (!this._viewOnly) { this._keyboard.grab(); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue