fix: editor save exact handler
This commit is contained in:
parent
5229390d87
commit
283bd7cf58
@ -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…
Reference in New Issue
Block a user