mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
cf
This commit is contained in:
@@ -83,7 +83,7 @@ const hasExcludedTags = (doc) =>
|
||||
export function bankCompletions() {
|
||||
// TODO: FIX IMPORT
|
||||
const soundDict = soundMap?.get() ?? {};
|
||||
|
||||
|
||||
const banks = new Set();
|
||||
for (const key of Object.keys(soundDict)) {
|
||||
const [bank, suffix] = key.split('_');
|
||||
|
||||
Reference in New Issue
Block a user