Skip to content

Commit c179408

Browse files
committed
Tooltip outside click, should abort share creation
It's unexpected that click outside a tooltip would proceed with the action that could be carried out inside the tooltip. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 parent 0907cc9 commit c179408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
:aria-label="actionsTooltip"
5757
menu-align="right"
5858
:open.sync="open"
59-
@close="onNewLinkShare">
59+
@close="onCancel">
6060
<!-- pending data menu -->
6161
<NcActionText v-if="errors.pending" icon="icon-error" :class="{ error: errors.pending }">
6262
{{ errors.pending }}

0 commit comments

Comments
 (0)