mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-06-26 07:39:55 +00:00
Merge c3a2945f4f into 588719df91
This commit is contained in:
@@ -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