Close after click

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-01-15 10:55:36 +01:00
parent ad1aec3085
commit 1c984645f7
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
7 changed files with 132 additions and 71 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -42,8 +42,12 @@
<template v-if="fileInfo" #secondary-actions>
<!-- TODO: create proper api for apps to register actions
And inject themselves here. -->
<ActionButton v-if="isSystemTagsEnabled" icon="icon-tag" @click="toggleTags">
{{ t('files_sharing', 'Manage tags') }}
<ActionButton
v-if="isSystemTagsEnabled"
:close-after-click="true"
icon="icon-tag"
@click="toggleTags">
{{ t('files_sharing', 'Tags') }}
</ActionButton>
</template>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long