diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index 410cb1d49e..909ed30235 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() {