diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-23 02:34:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-23 02:34:54 +0900 |
| commit | 5dc75c9ceaaf30b6c1382025c6705e47a1f513ae (patch) | |
| tree | 5661b9ed3f2d7dee6464de383c43938d1c046e72 | |
| parent | Fix #6063 (diff) | |
| download | misskey-5dc75c9ceaaf30b6c1382025c6705e47a1f513ae.tar.gz misskey-5dc75c9ceaaf30b6c1382025c6705e47a1f513ae.tar.bz2 misskey-5dc75c9ceaaf30b6c1382025c6705e47a1f513ae.zip | |
Fix #6029
Diffstat (limited to '')
| -rw-r--r-- | src/client/components/note.vue | 2 |
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() { |