Skip to content

Commit

Permalink
Save expected client size on resize
Browse files Browse the repository at this point in the history
  • Loading branch information
und3f committed Aug 26, 2023
1 parent 295004c commit 88ccc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/rfb.js
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ export default class RFB extends EventTargetMixin {
window.requestAnimationFrame(() => {
this._updateClip();
this._updateScale();
this._saveExpectedClientSize();
});

if (this._resizeSession) {
Expand Down

0 comments on commit 88ccc18

Please sign in to comment.