diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-18 12:34:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-18 12:34:41 +0900 |
| commit | 6ed3f9e41478b59bd27a3b8ae930091430b85e5b (patch) | |
| tree | 8e1efd634b69cbb191577a0b03bbfa9717a6d356 /src/client/app/desktop | |
| parent | 8.49.0 (diff) | |
| download | misskey-6ed3f9e41478b59bd27a3b8ae930091430b85e5b.tar.gz misskey-6ed3f9e41478b59bd27a3b8ae930091430b85e5b.tar.bz2 misskey-6ed3f9e41478b59bd27a3b8ae930091430b85e5b.zip | |
リファクタリングなど
Diffstat (limited to 'src/client/app/desktop')
| -rw-r--r-- | src/client/app/desktop/views/components/notes.note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index b8c5f31511..26f6ef4554 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -115,7 +115,7 @@ export default Vue.extend({ return { 'r': this.reply, 'a': () => this.react(true), - 'numpad plus': () => this.react(true), + 'plus': () => this.react(true), 'n': this.renote, 'up': this.focusBefore, 'shift+tab': this.focusBefore, |