summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-23 02:34:54 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-23 02:34:54 +0900
commit5dc75c9ceaaf30b6c1382025c6705e47a1f513ae (patch)
tree5661b9ed3f2d7dee6464de383c43938d1c046e72
parentFix #6063 (diff)
downloadmisskey-5dc75c9ceaaf30b6c1382025c6705e47a1f513ae.tar.gz
misskey-5dc75c9ceaaf30b6c1382025c6705e47a1f513ae.tar.bz2
misskey-5dc75c9ceaaf30b6c1382025c6705e47a1f513ae.zip
Fix #6029
Diffstat (limited to '')
-rw-r--r--src/client/components/note.vue2
1 files changed, 1 insertions, 1 deletions
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() {