Commit 283bd7cf authored by NGPixel's avatar NGPixel

fix: editor save exact handler

parent 5229390d
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
v-btn.animated.fadeInDown( v-btn.animated.fadeInDown(
text text
color='green' color='green'
@click='save' @click.exact='save'
@click.ctrl.exact='saveAndClose' @click.ctrl.exact='saveAndClose'
:class='{ "is-icon": $vuetify.breakpoint.mdAndDown }' :class='{ "is-icon": $vuetify.breakpoint.mdAndDown }'
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment