set by value so it actually updates
This commit is contained in:
parent
710da1d28d
commit
90fe4d3816
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue