Close after click

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/18732/head
John Molakvoæ (skjnldsv) 4 years ago
parent ad1aec3085
commit 1c984645f7
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

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

@ -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
Loading…
Cancel
Save