소스 검색

auto commit

dev8
jfinn 4 년 전
부모
커밋
6dfaef5037
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 4
- 0
react/features/filmstrip/components/web/ThumbnailWrapper.js 파일 보기

@@ -74,6 +74,10 @@ class ThumbnailWrapper extends Component<Props> {
74 74
         if (typeof _participantID !== 'string') {
75 75
             return null;
76 76
         }
77
+		if (!window?.glob_dbg?.flags.?thumbnail_wrapper_silent){
78
+			console.log("TWS",this,_participantID, style, _horizontalOffset)
79
+		}
80
+
77 81
 
78 82
         if (_participantID === 'local') {
79 83
             return (

Loading…
취소
저장