• Coung Ngo's avatar
    Fix member autocomplete sort order · 216ae536
    Coung Ngo authored
    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
    216ae536
gfm_auto_complete.js 27.2 KB