소스 검색

Merge pull request #132 from fouksf/trailing-tooltips

Fixes bug with trailing tooltips after participant is unmuted. #130
j8
hristoterezov 11 년 전
부모
커밋
29c36c9380
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      videolayout.js

+ 1
- 0
videolayout.js 파일 보기

731
 
731
 
732
         if (isMuted === 'false') {
732
         if (isMuted === 'false') {
733
             if (audioMutedSpan.length > 0) {
733
             if (audioMutedSpan.length > 0) {
734
+                audioMutedSpan.popover('hide');
734
                 audioMutedSpan.remove();
735
                 audioMutedSpan.remove();
735
             }
736
             }
736
         }
737
         }

Loading…
취소
저장