From 70c63297d42441b0725f08a9f2bd6ec86a1b99b9 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 16 Dec 2019 11:06:47 +0100 Subject: [PATCH] Revert unrelated changes - @roschaefer, I reverted the changes you made that were unrelated to the server-side rendering issue with the editor... maybe we can put in a separate PR with them, or a subset of them that doesn't remove the reactivity of the editor placholder(?) --- webapp/components/Editor/Editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/Editor/Editor.vue b/webapp/components/Editor/Editor.vue index 234d94d2d..3310b8f87 100644 --- a/webapp/components/Editor/Editor.vue +++ b/webapp/components/Editor/Editor.vue @@ -129,7 +129,7 @@ export default { }, }, }, - created() { + mounted() { this.editor = new Editor({ content: this.value || '', doc: this.doc,