aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-08-26 15:47:29 -0400
committertaehoon <th.dev91@gmail.com>2019-08-28 13:06:57 -0400
commitc01d2543d5b3f71d5310675d9181f5f4b3f77608 (patch)
tree8a2e53c7a75d20ce6a0eebf182f98de88b570ac2 /src
parent8c465719cc542cdee57cc80393e7c0943228004b (diff)
remove dead code
Diffstat (limited to 'src')
-rw-r--r--src/components/conversation/conversation.js3
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)
- }
}
}
}