From 5dc75c9ceaaf30b6c1382025c6705e47a1f513ae Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 23 Feb 2020 02:34:54 +0900 Subject: [PATCH] Fix #6029 --- src/client/components/note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 410cb1d49..909ed3023 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -392,7 +392,7 @@ export default Vue.extend({ }] source: this.$refs.renoteButton, viaKeyboard - }).then(this.focus); + }); }, renoteDirectly() {