mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
feat(dueDate): also disable sorting for overdue on planner
This commit is contained in:
parent
692cd7da58
commit
799f00cc98
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
<div
|
||||
class="normal-tasks-items"
|
||||
cdkDropList
|
||||
[cdkDropListSortingDisabled]="true"
|
||||
[cdkDropListEnterPredicate]="enterPredicate"
|
||||
[cdkDropListData]="OVERDUE_LIST_ID"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue