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>
pull/42126/head
fenn-cs 6 months ago
parent 0907cc9636
commit c179408a0d

@ -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 }}

Loading…
Cancel
Save