mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 03:43:45 -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
2c6d11d2b9
commit
6dddd3e978
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,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