fix(tasks): use mousedown event instead of click to close the task popup
continuous-integration/drone/push Build is passing Details

Resolves #3779
This commit is contained in:
kolaente 2023-10-20 13:14:46 +02:00
parent c38421466b
commit 5d91134b48
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
>
<div
class="modal-container"
@click.self.prevent.stop="$emit('close')"
@mousedown.self.prevent.stop="$emit('close')"
v-shortcut="'Escape'"
>
<div