close-afterclick for actions

pull/62/head
Varun Patil 2022-09-25 03:49:53 -07:00
parent 3be44725cc
commit df2c448701
1 changed files with 2 additions and 2 deletions

View File

@ -101,13 +101,13 @@
<NcActions> <NcActions>
<NcActionButton <NcActionButton
:aria-label="t('memories', 'Download')" :aria-label="t('memories', 'Download')"
@click="downloadSelection"> @click="downloadSelection" close-after-click>
{{ t('memories', 'Download') }} {{ t('memories', 'Download') }}
<template #icon> <Download :size="20" /> </template> <template #icon> <Download :size="20" /> </template>
</NcActionButton> </NcActionButton>
<NcActionButton <NcActionButton
:aria-label="t('memories', 'Favorite')" :aria-label="t('memories', 'Favorite')"
@click="favoriteSelection"> @click="favoriteSelection" close-after-click>
{{ t('memories', 'Favorite') }} {{ t('memories', 'Favorite') }}
<template #icon> <Star :size="20" /> </template> <template #icon> <Star :size="20" /> </template>
</NcActionButton> </NcActionButton>