Commit 895aa01
authored
🐛 Fixed #-prefixed member label select ordering when scrolling (#26702)
closes https://linear.app/ghost/issue/BER-3402/
- Removed `ignorePunctuation: true` from label client-side sort to match server ordering
- `ignorePunctuation` caused `#`-prefixed labels to sort as if the `#` didn't exist, but the server's `name asc` puts `#` before alphabetical characters
- This mismatch meant each new page of labels loaded via infinite scroll appeared in the wrong position instead of appending to the list1 parent 3671359 commit 895aa01
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