Ignore clicks on the placeholder and its contents

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

@ -115,7 +115,7 @@
'click .restart-signal': 'reloadBackgroundPage' 'click .restart-signal': 'reloadBackgroundPage'
}, },
focusConversation: function(e) { focusConversation: function(e) {
if (e && this.$(e.target).hasClass('placeholder')) { if (e && this.$(e.target).closest('.placeholder').length) {
return; return;
} }

Loading…
Cancel
Save