• Tom Quirk's avatar
    Fix design dropdown current version · f57b6a6d
    Tom Quirk authored
    Issue was that, previously, the version id
    (obtained from the query param) was being compared
    to allVersions.length, when instead it should be
    currentVersionNumber.
    
    A few methods were also converted to computed values
    for better performance, and a few items were renamed
    for improved readability
    f57b6a6d
all_versions.js 1.59 KB