Misc fixes: Fix uploads stretching on chrome, fix warnings in console
This commit is contained in:
parent
ac46de3972
commit
76efbcbe92
3 changed files with 8 additions and 1 deletions
|
@ -139,6 +139,7 @@ const conversation = {
|
|||
return (this.isExpanded) && id === this.status.id
|
||||
},
|
||||
setHighlight (id) {
|
||||
if (!id) return
|
||||
this.highlight = id
|
||||
this.$store.dispatch('fetchFavsAndRepeats', id)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue