yangjie #36

Merged
yangqiang merged 7 commits from yangjie into master 2024-11-14 10:57:31 +08:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 9f8fc16de3 - Show all commits

View File

@ -463,7 +463,12 @@ const Meeting: React.FC = () => {
return data return data
}) })
} else { } else {
showSingIn() setIsScreenCapture(bool => {
if (!bool) {
showSingIn()
}
return bool
})
} }
}, 10000); }, 10000);
return () => { return () => {