Added missing comparator entry
Signed-off-by: Tim Hollmann <github.fe8c53c0@mail.tim-hollmann.de>
This commit is contained in:
parent
356642c541
commit
e45e51af79
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ function sort(tasks, sortOrder, sortDirection) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'created': {
|
case 'created': {
|
||||||
comparators = [sortByCreated, sortAlphabetically]
|
comparators = [sortByPinned, sortByCreated, sortAlphabetically]
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'modified': {
|
case 'modified': {
|
||||||
|
|
Loading…
Reference in a new issue