Ignore clicks on the placeholder and its contents

// FREEBIE
This commit is contained in:
lilia 2016-03-21 17:18:29 -07:00
parent d3b035121d
commit b57f26bac4

View file

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