Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-30 15:31:36 +0300
committerJoas Schilling <coding@schilljs.com>2021-05-04 17:53:36 +0300
commita7475da814eae121621f13dde3123a5f9a629062 (patch)
treec145acff8a86072c3ce184d687cb46595596ffcd /src
parentcc168f43a965504c9269dec3f840ad41f219e151 (diff)
Close the Actions-menu when clicking "Show your screen"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/CallView/shared/LocalMediaControls.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/CallView/shared/LocalMediaControls.vue b/src/components/CallView/shared/LocalMediaControls.vue
index b1ca7d5f3..702d9c6f9 100644
--- a/src/components/CallView/shared/LocalMediaControls.vue
+++ b/src/components/CallView/shared/LocalMediaControls.vue
@@ -77,6 +77,7 @@
class="app-navigation-entry-utils-menu-button"
:boundaries-element="boundaryElement"
container="#content-vue"
+ :open="screenSharingMenuOpen"
@update:open="screenSharingMenuOpen = true"
@update:close="screenSharingMenuOpen = false">
<!-- Actions button icon -->