Commit 8c8266b
committed
fix: treat undefined and false the same when sorting by sticky
Entries without a `sticky` field (undefined) were sorted separately
from entries with `sticky: false`, splitting the list into two groups
instead of interleaving them by date.1 parent a59399e commit 8c8266b
1 file changed
Lines changed: 5 additions & 3 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments