Fix closing recorder when clicking away

// FREEBIE
This commit is contained in:
lilia 2016-08-25 11:40:18 -07:00
parent fd470fe1fb
commit 3531667207

View file

@ -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 ) {