Browse Source

fix: editor save exact handler

pull/1645/head
NGPixel 4 years ago
parent
commit
283bd7cf58
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/editor.vue

2
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 }'
)

Loading…
Cancel
Save