mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #42126 from nextcloud/click-outside-should-abort-share
Tooltip outside click, should abort share creation
This commit is contained in:
commit
6c482bc5c8
8 changed files with 10 additions and 11 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
dist/3638-3638.js.map
vendored
1
dist/3638-3638.js.map
vendored
File diff suppressed because one or more lines are too long
6
dist/3638-3638.js → dist/6326-6326.js
vendored
6
dist/3638-3638.js → dist/6326-6326.js
vendored
File diff suppressed because one or more lines are too long
1
dist/6326-6326.js.map
vendored
Normal file
1
dist/6326-6326.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue