mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-08 15:58:42 +01:00
Merge pull request #1494 from h3poteto/iss-1438
closes #1438 Fix reblog target id when reblog using shortcut key
This commit is contained in:
commit
409b7b16d1
@ -604,10 +604,10 @@ export default {
|
||||
this.openReply()
|
||||
break
|
||||
case 'boost':
|
||||
this.changeReblog(this.message)
|
||||
this.changeReblog(this.originalMessage)
|
||||
break
|
||||
case 'fav':
|
||||
this.changeFavourite(this.message)
|
||||
this.changeFavourite(this.originalMessage)
|
||||
break
|
||||
case 'open':
|
||||
this.openDetail(this.message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user