Commit 96a6cdc
committed
🐛 Fixed label select ordering with infinite scroll
ref https://linear.app/ghost/issue/BER-3402/
The client-side sort used `ignorePunctuation: true` which treated `#` as
punctuation, sorting `#label` as `label`. The server's `name asc` ordering
puts `#` before alphabetical characters, so newly loaded pages appeared
in the wrong position instead of being appended to the list.1 parent 2bbc0bf commit 96a6cdc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments