ernespa
ernespa
I think this workaround does the job $scope.$watch(function(){return $('.modal').length;},function(val){//everytime the number of modals changes if(val>0){ $modalStack.getTop().value.backdrop = 'static';//disable default close behaviour $('.modal').on('mousedown', function(e){ if(e.which === 1){//left click $modalStack.getTop().key.dismiss();//close top modal...
I'm experiencing this exact same issue, also with Discord. Applying the suggested solution (change the audio source to other application and then back to Discord) only fixes it for a...