fix: editor save exact handler

This commit is contained in:
NGPixel 2020-03-30 21:36:31 -04:00
parent 5229390d87
commit 283bd7cf58

View File

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