瀏覽代碼

auto commit

dev8
jfinn 4 年之前
父節點
當前提交
edca62492a
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 0
- 2
react/features/filmstrip/components/web/ThumbnailWrapper.js 查看文件

81
 				<span  id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
81
 				<span  id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
82
 				<span className="idk_vid3">
82
 				<span className="idk_vid3">
83
                 <Thumbnail
83
                 <Thumbnail
84
-				// className={"idk_vx idk_vx_l"}
85
                     horizontalOffset = { _horizontalOffset }
84
                     horizontalOffset = { _horizontalOffset }
86
                     key = 'local'
85
                     key = 'local'
87
                     style = { style } />
86
                     style = { style } />
96
 			<span id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
95
 			<span id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
97
 			<span className="idk_vid3">
96
 			<span className="idk_vid3">
98
             <Thumbnail
97
             <Thumbnail
99
-			// className={"idk_vx idk_vx_r"}
100
                 horizontalOffset = { _horizontalOffset }
98
                 horizontalOffset = { _horizontalOffset }
101
                 key = { `remote_${_participantID}` }
99
                 key = { `remote_${_participantID}` }
102
                 participantID = { _participantID }
100
                 participantID = { _participantID }

Loading…
取消
儲存