GUACAMOLE-152: Handle zoom changes with autoFit correctly.

This commit is contained in:
Nick Couchman
2018-05-12 08:13:15 -04:00
parent b4c8bc8058
commit b34d97f82d
3 changed files with 19 additions and 2 deletions

View File

@@ -154,7 +154,8 @@
<div class="zoom-ctrl">
<input type="number" class="zoom-ctrl" guac-zoom-ctrl
ng-model="client.clientProperties.scale"
ng-model-options="{ updateOn: 'blur submit' }" />%
ng-model-options="{ updateOn: 'blur submit' }"
ng-change="zoomSet();" />%
</div>
<div ng-click="zoomIn()" id="zoom-in"><img src="images/settings/zoom-in.png" alt="+"/></div>
</div>