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,8 +463,13 @@ const Meeting: React.FC = () => {
return data return data
}) })
} else { } else {
setIsScreenCapture(bool => {
if (!bool) {
showSingIn() showSingIn()
} }
return bool
})
}
}, 10000); }, 10000);
return () => { return () => {
window.removeEventListener('customStorageChange', handleCustomStorageChange); window.removeEventListener('customStorageChange', handleCustomStorageChange);