Ignore clicks on the placeholder and its contents

// FREEBIE
pull/749/head
lilia 9 years ago
parent d3b035121d
commit b57f26bac4

@ -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;
}

Loading…
Cancel
Save