From b57f26bac4e1416124f32aad913fba23feec3063 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 21 Mar 2016 17:18:29 -0700 Subject: [PATCH] Ignore clicks on the placeholder and its contents // FREEBIE --- js/views/inbox_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index cd202130..5ebbed4a 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -115,7 +115,7 @@ 'click .restart-signal': 'reloadBackgroundPage' }, focusConversation: function(e) { - if (e && this.$(e.target).hasClass('placeholder')) { + if (e && this.$(e.target).closest('.placeholder').length) { return; }