From d86ecdc67513f1c37d7e68118d9ea31baeba2b87 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
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() {