Constrain 'start recording' event listener to capture-audio only
(it was firing when clicking on a microphone icon in quotation!)
This commit is contained in:
parent
06c70b0ff4
commit
a6467d4fda
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
'click' : 'onClick',
|
||||
'click .bottom-bar': 'focusMessageField',
|
||||
'click .back': 'resetPanel',
|
||||
'click .microphone': 'captureAudio',
|
||||
'click .capture-audio .microphone': 'captureAudio',
|
||||
'click .disappearing-messages': 'enableDisappearingMessages',
|
||||
'click .scroll-down-button-view': 'scrollToBottom',
|
||||
'click button.emoji': 'toggleEmojiPanel',
|
||||
|
|
Loading…
Add table
Reference in a new issue