# HG changeset patch # User Markus Kottlaender # Date 1557137349 -7200 # Node ID 18a639e1f7f4f8ba7cec120cca01aee6fdc1cd12 # Parent cb3b31566e4842bc9cb73045e5dbe32c86cbf175 client: gauges: fixed zooming when selecting a gauge from the dialog The map was moved in two different places (watcher and change event) at the same time, making the zoom not work properly. diff -r cb3b31566e48 -r 18a639e1f7f4 client/src/components/gauge/Gauges.vue --- a/client/src/components/gauge/Gauges.vue Mon May 06 11:15:28 2019 +0200 +++ b/client/src/components/gauge/Gauges.vue Mon May 06 12:09:09 2019 +0200 @@ -14,7 +14,6 @@