Misc fixes: Fix uploads stretching on chrome, fix warnings in console

This commit is contained in:
Shpuld Shpludson 2019-06-18 16:31:20 +00:00 committed by HJ
parent ac46de3972
commit 76efbcbe92
3 changed files with 8 additions and 1 deletions

View file

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