mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-19 13:57:50 +00:00
Closing the MediaPopup when you leave the room (#8953)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
2b1a262e6e
commit
46113c7135
@ -19,5 +19,5 @@
|
||||
</script>
|
||||
|
||||
{#each extensions as extension}
|
||||
<Component is={extension.component} showLoading={false} props={{ ...extension.props, ...props }} on:open />
|
||||
<Component is={extension.component} showLoading={false} props={{ ...extension.props, ...props }} on:open on:close />
|
||||
{/each}
|
||||
|
@ -51,7 +51,7 @@
|
||||
</script>
|
||||
|
||||
<div class="antiPopup mediaPopup">
|
||||
<ComponentExtensions extension={media.extension.StateContext} />
|
||||
<ComponentExtensions extension={media.extension.StateContext} on:close />
|
||||
|
||||
<div class="ap-scroll">
|
||||
<div class="ap-box">
|
||||
|
Loading…
Reference in New Issue
Block a user