Ignore clicks on the placeholder and its contents
// FREEBIE
This commit is contained in:
parent
d3b035121d
commit
b57f26bac4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue