mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 09:29:39 +00:00
Comment different resize functions in rfb.js
This commit is contained in:
@@ -720,6 +720,7 @@ export default class RFB extends EventTargetMixin {
|
||||
currentHeight == this._expectedClientHeight;
|
||||
}
|
||||
|
||||
// Handle browser window resizes
|
||||
_handleResize() {
|
||||
// Don't change anything if the client size is already as expected
|
||||
if (this._clientHasExpectedSize()) {
|
||||
@@ -2872,6 +2873,7 @@ export default class RFB extends EventTargetMixin {
|
||||
this._fbWidth, this._fbHeight);
|
||||
}
|
||||
|
||||
// Handle resize-messages from the server
|
||||
_resize(width, height) {
|
||||
this._fbWidth = width;
|
||||
this._fbHeight = height;
|
||||
|
||||
Reference in New Issue
Block a user