GUACAMOLE-723: Update size of attached client when a different client is attached.

This commit is contained in:
Michael Jumper
2019-03-23 16:17:37 -07:00
parent aa633c2a63
commit e0dcd67a9b

View File

@@ -282,6 +282,9 @@ angular.module('client').directive('guacClient', [function guacClient() {
return false;
};
// Size of newly-attached client may be different
$scope.mainElementResized();
});
// Update actual view scrollLeft when scroll properties change