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