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 @@
- -
+
-
Edit
- Save
+ Done
-
@@ -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;