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

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

View File

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