Merge branch 'master' of https://gitea.23544.com/marking/WGShare.Client.Electron
This commit is contained in:
commit
822330439c
|
|
@ -460,6 +460,7 @@ 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