소스 검색

auto commit

dev8
jfinn 3 년 전
부모
커밋
a5d5976074
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      react/features/large-video/components/LargeVideo.native.js

+ 4
- 1
react/features/large-video/components/LargeVideo.native.js 파일 보기

@@ -134,7 +134,10 @@ class LargeVideo extends PureComponent<Props, State> {
134 134
                 testHintId = 'org.jitsi.meet.LargeVideo'
135 135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
136 136
                 zOrder = { 0 }
137
-                zoomEnabled = { true } />
137
+                zoomEnabled = { false }
138
+
139
+                 />
140
+                // zoomEnabled = { true }
138 141
         );
139 142
     }
140 143
 }

Loading…
취소
저장