mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-05-05 20:48:57 +00:00
Compare commits
2 Commits
v2.2.2
...
f5e73a3afb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5e73a3afb | ||
|
|
c3a2945f4f |
@@ -182,7 +182,7 @@
|
||||
function downloadVocabulary() {
|
||||
const vocabulary = new Set(
|
||||
$chords.map((it) =>
|
||||
"phrase" in it ? plainPhrase(it.phrase, $osLayout).trim() : "",
|
||||
"phrase" in it ? encodeChord(it, $osLayout).trim() : "",
|
||||
),
|
||||
);
|
||||
vocabulary.delete("");
|
||||
|
||||
Reference in New Issue
Block a user