From 6dddd3e9780d65acc586d010929165e0742e8e07 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Fri, 8 Dec 2023 17:21:38 +0100 Subject: [PATCH] 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 --- apps/files_sharing/src/components/SharingEntryLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 9218d7afe2e..ad4ffa9839f 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -58,7 +58,7 @@ :aria-label="actionsTooltip" menu-align="right" :open.sync="open" - @close="onNewLinkShare"> + @close="onCancel"> {{ errors.pending }}