清除空白

This commit is contained in:
yj 2024-08-19 10:40:08 +08:00
parent 822330439c
commit cb1d0af2c4
1 changed files with 0 additions and 1 deletions

View File

@ -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)