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
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-02-12 17:19:45 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-02-12 18:22:06 +0300
commit84014d929e09e81312bc46c71f4746bb808faa8a (patch)
tree2d055b85be7201a00fd320ce4083c8249517f10e
parent2a6c4b8e7abb70cbf4bd9511b322060d9bd9f046 (diff)
Close left sidebar menu after leave or delete
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-rw-r--r--src/components/LeftSidebar/ConversationsList/Conversation.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue
index e34360c71..fe7e7747b 100644
--- a/src/components/LeftSidebar/ConversationsList/Conversation.vue
+++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue
@@ -83,11 +83,13 @@
<ActionSeparator />
<ActionButton v-if="canLeaveConversation"
+ :close-after-click="true"
:icon="iconLeaveConversation"
@click.prevent.exact="leaveConversation">
{{ t('spreed', 'Leave conversation') }}
</ActionButton>
<ActionButton v-if="canDeleteConversation"
+ :close-after-click="true"
icon="icon-delete-critical"
class="critical"
@click.prevent.exact="deleteConversation">