changeset 3255:ccd1f03ed18a

client: import stretches: moved click event for selecting start/end rhm from icon to button
author Markus Kottlaender <markus@intevation.de>
date Tue, 14 May 2019 17:43:54 +0200
parents 08b117aca4cc
children 48801e13ef18
files client/src/components/ImportStretches.vue
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Tue May 14 16:48:05 2019 +0200
+++ b/client/src/components/ImportStretches.vue	Tue May 14 17:43:54 2019 +0200
@@ -124,9 +124,8 @@
                   aria-label="startrhm"
                   v-model="startrhm"
                 />
-                <span class="input-group-text">
+                <span class="input-group-text" @click="togglePipette('start')">
                   <font-awesome-icon
-                    @click="togglePipette('start')"
                     :class="{ 'text-info': pipetteStart }"
                     icon="bullseye"
                   />
@@ -149,9 +148,8 @@
                   aria-label="endrhm"
                   v-model="endrhm"
                 />
-                <span class="input-group-text">
+                <span class="input-group-text" @click="togglePipette('end')">
                   <font-awesome-icon
-                    @click="togglePipette('end')"
                     :class="{ 'text-info': pipetteEnd }"
                     icon="bullseye"
                   />