From c16c454f365de282bb8116b4a32ad6b1d81af467 Mon Sep 17 00:00:00 2001 From: profi248 Date: Wed, 30 Dec 2020 21:39:41 +0100 Subject: [PATCH] clean up text editor button changes --- src/components/input/editor.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 4c76b43f4..c651bd008 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -2,7 +2,7 @@
    -
  • +
  • Edit Done
  • @@ -22,9 +22,9 @@
    • @@ -395,7 +395,7 @@ export default { this.isPreviewActive = true; this.isEditActive = false; this.renderPreview(); - this.$emit('change'); + this.bubble(0); // save instantly } else { this.isPreviewActive = false; this.isEditActive = true;