mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Ignore clicks on the placeholder and its contents
// FREEBIE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user