Save expected client size on resize
This commit is contained in:
parent
295004cabe
commit
88ccc18d00
|
|
@ -724,6 +724,7 @@ export default class RFB extends EventTargetMixin {
|
||||||
window.requestAnimationFrame(() => {
|
window.requestAnimationFrame(() => {
|
||||||
this._updateClip();
|
this._updateClip();
|
||||||
this._updateScale();
|
this._updateScale();
|
||||||
|
this._saveExpectedClientSize();
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this._resizeSession) {
|
if (this._resizeSession) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue