From c01d2543d5b3f71d5310675d9181f5f4b3f77608 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Mon, 26 Aug 2019 15:47:29 -0400
Subject: [PATCH] remove dead code
---
src/components/conversation/conversation.js | 3 ---
1 file changed, 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)
- }
}
}
}