Selaa lähdekoodia

fix: editor save exact handler

NGPixel 5 vuotta sitten
vanhempi
sitoutus
283bd7cf58
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      client/components/editor.vue

+ 1 - 1
client/components/editor.vue

@@ -19,7 +19,7 @@
         v-btn.animated.fadeInDown(
           text
           color='green'
-          @click='save'
+          @click.exact='save'
           @click.ctrl.exact='saveAndClose'
           :class='{ "is-icon": $vuetify.breakpoint.mdAndDown }'
           )