feat(dueDate): also disable sorting for overdue on planner

This commit is contained in:
Johannes Millan 2025-05-06 16:31:39 +02:00
parent 692cd7da58
commit 799f00cc98

View file

@ -14,6 +14,7 @@
<div
class="normal-tasks-items"
cdkDropList
[cdkDropListSortingDisabled]="true"
[cdkDropListEnterPredicate]="enterPredicate"
[cdkDropListData]="OVERDUE_LIST_ID"
>