move focused logic into useConversation (for real this time)
This commit is contained in:
parent
41ecad7fc0
commit
24b7335903
5 changed files with 82 additions and 83 deletions
|
|
@ -8,8 +8,8 @@
|
|||
class="conversation-status conversation-status-treeview panel-body"
|
||||
:status-id="statusId"
|
||||
:replies="getReplies(statusId)"
|
||||
:focused="focused === statusId"
|
||||
|
||||
:focused="focusedId === status.id"
|
||||
:data-status-id="statusId"
|
||||
:conversation-rank="depth === 0 ? 'current' : 'child'"
|
||||
:thread-display-state="threadDisplay.get(statusId)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue