Merge pull request #42779 from nextcloud/backport/42126/stable28

[stable28] Tooltip outside click, should abort share creation
This commit is contained in:
Arthur Schiwon 2024-01-18 13:21:19 +01:00 committed by GitHub
commit a3d525b46d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 11 deletions

View file

@ -56,7 +56,7 @@
:aria-label="actionsTooltip"
menu-align="right"
:open.sync="open"
@close="onNewLinkShare">
@close="onCancel">
<!-- pending data menu -->
<NcActionText v-if="errors.pending" icon="icon-error" :class="{ error: errors.pending }">
{{ errors.pending }}

View file

@ -221,10 +221,9 @@ export default {
*
* @param {Date} date
*/
onExpirationChange(date) {
onExpirationChange: debounce((date) => {
this.share.expireDate = this.formatDateToString(new Date(date))
},
}, 500),
/**
* Uncheck expire date
* We need this method because @update:checked

3
dist/560-560.js vendored

File diff suppressed because one or more lines are too long

3
dist/8654-8654.js vendored Normal file

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