aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/conversation/conversation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
index f8887557..94709fd8 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -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