fix: stop event propagation for clicks inside the DeferTask popup (#1338)
This commit is contained in:
parent
db9d842a5b
commit
07d6630891
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue