mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-09 06:15:45 +01:00
Fix RangeFind corner case.
This commit is contained in:
@@ -385,7 +385,7 @@ const Styles = Module("Styles", {
|
||||
bang: true,
|
||||
literalArg: sty.css,
|
||||
options: sty.name ? { "-name": sty.name } : {}
|
||||
} for ([k, sty] in Iterator(styles.userSheets))
|
||||
} for ([k, sty] in Iterator(styles.userSheets.slice().sort(function (a, b) String.localeCompare(a.name || "", b.name || ""))))
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user