mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 23:13:31 +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 newValue = !$isSharingEnabled
|
||||||
const audio = newValue && $isShareWithSound
|
const audio = newValue && $isShareWithSound
|
||||||
await setShare(newValue, audio)
|
await setShare(newValue, audio)
|
||||||
|
dispatch('close')
|
||||||
}
|
}
|
||||||
|
|
||||||
async function leave (): Promise<void> {
|
async function leave (): Promise<void> {
|
||||||
|
Loading…
Reference in New Issue
Block a user