ConversationView in React
This commit is contained in:
parent
dddb3129cc
commit
5fdfa1c632
22 changed files with 703 additions and 786 deletions
|
@ -216,13 +216,4 @@ Whisper.InboxView = Whisper.View.extend({
|
|||
searchInput?.focus?.();
|
||||
}
|
||||
},
|
||||
closeRecording(e: MouseEvent) {
|
||||
if (e && this.$(e.target).closest('.capture-audio').length > 0) {
|
||||
return;
|
||||
}
|
||||
this.$('.conversation:first .recorder').trigger('close');
|
||||
},
|
||||
onClick(e: MouseEvent) {
|
||||
this.closeRecording(e);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue