清除空白
This commit is contained in:
parent
822330439c
commit
cb1d0af2c4
|
|
@ -460,7 +460,6 @@ const Meeting: React.FC = () => {
|
||||||
// 渲染视频
|
// 渲染视频
|
||||||
const renderVideo = async (uid: string): Promise<void> => {
|
const renderVideo = async (uid: string): Promise<void> => {
|
||||||
if (currentVideoId === uid || clickCurrentLookUserStatus === false) {
|
if (currentVideoId === uid || clickCurrentLookUserStatus === false) {
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
setClickCurrentLookUserStatus(false)
|
setClickCurrentLookUserStatus(false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue