fix: stop event propagation for clicks inside the DeferTask popup (#1338)

This commit is contained in:
William Guinaudie 2025-08-31 16:21:40 +02:00 committed by GitHub
parent db9d842a5b
commit 07d6630891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
<div
:class="{ 'is-loading': taskService.loading }"
class="defer-task loading-container"
@click.stop
@mousedown.stop
@pointerdown.stop
@touchstart.stop
>
<label class="label">{{ $t('task.deferDueDate.title') }}</label>
<div class="defer-days">