Fix closing recorder when clicking away

// FREEBIE
pull/749/head
lilia 9 years ago
parent fd470fe1fb
commit 3531667207

@ -207,7 +207,7 @@
if (e && this.$(e.target).closest('.capture-audio').length > 0 ) {
return;
}
this.$('.conversation:first .audio-capture').trigger('close');
this.$('.conversation:first .recorder').trigger('close');
},
closeMenu: function(e) {
if (e && this.$(e.target).parent('.global-menu').length > 0 ) {

Loading…
Cancel
Save