Browse Source

fix: editor save exact handler

NGPixel 5 năm trước cách đây
mục cha
commit
283bd7cf58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }'
           )