Fix preview page ordering
This commit is contained in:
parent
1c241615ec
commit
7393ccdc8c
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ function queryCvFeatureTagsOf(sink, gid, glyph, variantAssignmentSet) {
|
|||
variantAssignmentSet.add(assignCss);
|
||||
}
|
||||
}
|
||||
for (const g of m.values()) if (g.length) sink.push(g.sort());
|
||||
for (const g of m.values()) if (g.length) sink.push(g);
|
||||
}
|
||||
|
||||
exports.Dotless = Dotless;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue