Fix member autocomplete sort order
The @ autocomplete sort did not maintain participant priority due to different browsers calling Array `sort` methods slightly differently. Here we use lodash's `sortBy` function which is a stable sort, and has the added benefit of simplifying our logic
Showing
Please register or sign in to comment