fix(tasks): use mousedown event instead of click to close the task popup
Resolves https://kolaente.dev/vikunja/frontend/issues/3779
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
>
|
||||
<div
|
||||
class="modal-container"
|
||||
@click.self.prevent.stop="$emit('close')"
|
||||
@mousedown.self.prevent.stop="$emit('close')"
|
||||
v-shortcut="'Escape'"
|
||||
>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user