forked from AkkomaGang/akkoma-fe
#433 - consider page on focused
This commit is contained in:
parent
73dfb00be2
commit
c5ec4829a7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue