リファクタリングなど

This commit is contained in:
syuilo 2018-09-18 12:34:41 +09:00
parent dc8f592c1f
commit 6ed3f9e414
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 78 additions and 154 deletions

View file

@ -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,