From 1691463ecdfa207f5e470c7592196812b76ff563 Mon Sep 17 00:00:00 2001 From: GretaD Date: Tue, 14 Jan 2020 16:40:58 +0100 Subject: [PATCH] change reply focus Co-authored-by: Christoph Wurst Signed-off-by: GretaD Signed-off-by: Christoph Wurst --- src/components/TextEditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TextEditor.vue b/src/components/TextEditor.vue index 10f21f32f7..e8399e42d9 100644 --- a/src/components/TextEditor.vue +++ b/src/components/TextEditor.vue @@ -133,6 +133,7 @@ export default { ) if (this.focus) { logger.debug('focusing TextEditor') + editor.editing.view.focus() } // Set value as late as possible, so the custom schema listener is used