#433 - consider page on focused

This commit is contained in:
dave 2019-03-25 15:10:45 -04:00
parent 73dfb00be2
commit c5ec4829a7

View file

@ -139,7 +139,7 @@ const conversation = {
return this.replies[id] || []
},
focused (id) {
return this.expanded && id === this.statusId
return (this.expanded || this.isPage) && id === this.statusId
},
setHighlight (id) {
this.highlight = id