mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
set by value so it actually updates
This commit is contained in:
@@ -28,7 +28,7 @@ export function aliasBank(alias, bank) {
|
||||
const value = soundDictionary[key];
|
||||
soundDictionary[`${alias}_${tail}`] = value;
|
||||
}
|
||||
soundMap.set(soundDictionary);
|
||||
soundMap.set({ ...soundDictionary });
|
||||
}
|
||||
|
||||
export function getSound(s) {
|
||||
|
||||
Reference in New Issue
Block a user