mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-19 09:38:38 +00:00
prettier
This commit is contained in:
parent
8d325b96ea
commit
86442adb20
@ -146,4 +146,4 @@ export const setAudioDevice = async (id) => {
|
||||
}
|
||||
}
|
||||
initializeAudioOutput();
|
||||
};
|
||||
};
|
||||
|
||||
@ -172,7 +172,7 @@ export function updateUserCode(code) {
|
||||
setActivePattern(example);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (!activePattern) {
|
||||
// create new user pattern
|
||||
activePattern = newUserPattern();
|
||||
@ -243,4 +243,4 @@ export async function exportPatterns() {
|
||||
document.body.appendChild(downloadLink);
|
||||
downloadLink.click();
|
||||
document.body.removeChild(downloadLink);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user