소스 검색

auto commit

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

+ 3
- 1
react/features/filmstrip/components/web/ThumbnailWrapper.js 파일 보기

@@ -81,6 +81,7 @@ class ThumbnailWrapper extends Component<Props> {
81 81
 				<span  id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
82 82
 				<span className="idk_vid3">
83 83
                 <Thumbnail
84
+					rpi_ji = 'loc'
84 85
                     horizontalOffset = { _horizontalOffset }
85 86
                     key = 'local'
86 87
                     style = { style } />
@@ -95,7 +96,8 @@ class ThumbnailWrapper extends Component<Props> {
95 96
 			<span id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
96 97
 			<span className="idk_vid3">
97 98
             <Thumbnail
98
-                horizontalOffset = { _horizontalOffset }
99
+				rpi_ji = 'remote'
100
+				horizontalOffset = { _horizontalOffset }
99 101
                 key = { `remote_${_participantID}` }
100 102
                 participantID = { _participantID }
101 103
                 style = { style } />

Loading…
취소
저장