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