yangjie #28

Merged
yangqiang merged 32 commits from yangjie into master 2024-10-29 15:15:48 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 32af68379a - Show all commits

View File

@ -2786,7 +2786,7 @@ const Meeting: React.FC = () => {
setIsSharePopConfirm(false)
setIsSharedScreenModal(false)
}} style={{ backgroundColor: '#31353A', marginRight: '14px' }}></Button>
{isShare ? <Popconfirm
{isShare && sharedScreenItem ? <Popconfirm
title="提示"
description={`这将停止[${isShareUser?.userName}]的共享,是否继续?`}
open={isSharePopConfirm}