From bbb5b24d6bd321c1ffcefa5b27814a1f4ad117bf Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 2 Oct 2015 11:21:10 -0700 Subject: [PATCH] Fix disappearing conversation bug Opening two message-detail views in two separate conversations would disappear one of the conversations. Fixed by better encapsulating the sub-views of a conversation. // FREEBIE --- background.html | 2 ++ js/views/conversation_view.js | 18 ++++++------------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/background.html b/background.html index 9a130de99..eb902fcba 100644 --- a/background.html +++ b/background.html @@ -23,6 +23,7 @@