mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 15:02:13 +00:00
fix: close room popup on stop share (#8914)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
0605e1fa14
commit
13eb029644
@ -108,6 +108,7 @@
|
||||
const newValue = !$isSharingEnabled
|
||||
const audio = newValue && $isShareWithSound
|
||||
await setShare(newValue, audio)
|
||||
dispatch('close')
|
||||
}
|
||||
|
||||
async function leave (): Promise<void> {
|
||||
|
Loading…
Reference in New Issue
Block a user