From 283bd7cf580639450828146dbe563caa8edfb241 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Mon, 30 Mar 2020 21:36:31 -0400 Subject: [PATCH] fix: editor save exact handler --- client/components/editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/editor.vue b/client/components/editor.vue index 764bcabf..b6423af2 100644 --- a/client/components/editor.vue +++ b/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 }' )