diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-06 21:36:55 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-06 21:36:55 -0400 |
| commit | 917e82e8eedb231cee0b1f6e95ac9c5dbba03e35 (patch) | |
| tree | 6cc094ea930d162968d790b7085f5574bc88c310 /src/components/conversation/conversation.vue | |
| parent | 134b1894d69074c0b51814888faa57c09f610e99 (diff) | |
Revert "eliminate expandable prop in favor of inConversation"
This reverts commit 1455e1f9d50dc85b4467f410e6119480b6d1ebf1.
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 877d65ec..d04ff722 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -13,6 +13,7 @@ :key="status.id" :inlineExpanded="collapsable && isExpanded" :statusoid="status" + :expandable='!isExpanded' :focused="focused(status.id)" :inConversation="isExpanded" :highlight="getHighlight()" |
