mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
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>
This commit is contained in:
parent
b768934478
commit
67e3367c48
1 changed files with 1 additions and 1 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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue