#433 - consider page on focused
This commit is contained in:
parent
73dfb00be2
commit
c5ec4829a7
@ -139,7 +139,7 @@ const conversation = {
|
|||||||
return this.replies[id] || []
|
return this.replies[id] || []
|
||||||
},
|
},
|
||||||
focused (id) {
|
focused (id) {
|
||||||
return this.expanded && id === this.statusId
|
return (this.expanded || this.isPage) && id === this.statusId
|
||||||
},
|
},
|
||||||
setHighlight (id) {
|
setHighlight (id) {
|
||||||
this.highlight = id
|
this.highlight = id
|
||||||
|
Loading…
Reference in New Issue
Block a user