Fix closing recorder when clicking away
// FREEBIE
This commit is contained in:
parent
fd470fe1fb
commit
3531667207
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
||||||
if (e && this.$(e.target).closest('.capture-audio').length > 0 ) {
|
if (e && this.$(e.target).closest('.capture-audio').length > 0 ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.$('.conversation:first .audio-capture').trigger('close');
|
this.$('.conversation:first .recorder').trigger('close');
|
||||||
},
|
},
|
||||||
closeMenu: function(e) {
|
closeMenu: function(e) {
|
||||||
if (e && this.$(e.target).parent('.global-menu').length > 0 ) {
|
if (e && this.$(e.target).parent('.global-menu').length > 0 ) {
|
||||||
|
|
Loading…
Reference in a new issue