refs #352 Fix shortcut for post toot

This commit is contained in:
AkiraFukushima 2018-08-08 01:09:46 +09:00
parent c491b473a1
commit 2f560c2ed3
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@ export default {
case 'enter':
this.selectCurrentAccount()
break
case 'linux':
case 'mac':
this.$emit('toot')
break
default:
return true
}