diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-26 15:47:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-28 13:06:57 -0400 |
| commit | c01d2543d5b3f71d5310675d9181f5f4b3f77608 (patch) | |
| tree | 8a2e53c7a75d20ce6a0eebf182f98de88b570ac2 /src | |
| parent | 8c465719cc542cdee57cc80393e7c0943228004b (diff) | |
remove dead code
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/conversation/conversation.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 4ef09283..49fa8612 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -149,9 +149,6 @@ const conversation = { }, toggleExpanded () { this.expanded = !this.expanded - if (!this.expanded) { - this.setHighlight(null) - } } } } |
