forked from AkkomaGang/akkoma-fe
fix wrong inlineExpanded
This commit is contained in:
parent
3adfbc0357
commit
1a3799bfac
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
@goto="setHighlight"
|
||||
@toggleExpanded="toggleExpanded"
|
||||
:key="status.id"
|
||||
:inlineExpanded="collapsable"
|
||||
:inlineExpanded="collapsable && isExpanded"
|
||||
:statusoid="status"
|
||||
:focused="focused(status.id)"
|
||||
:inConversation="isExpanded"
|
||||
|
|
Loading…
Reference in a new issue