prettier
This commit is contained in:
parent
8d325b96ea
commit
86442adb20
2 changed files with 3 additions and 3 deletions
|
|
@ -146,4 +146,4 @@ export const setAudioDevice = async (id) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
initializeAudioOutput();
|
initializeAudioOutput();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -172,7 +172,7 @@ export function updateUserCode(code) {
|
||||||
setActivePattern(example);
|
setActivePattern(example);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!activePattern) {
|
if (!activePattern) {
|
||||||
// create new user pattern
|
// create new user pattern
|
||||||
activePattern = newUserPattern();
|
activePattern = newUserPattern();
|
||||||
|
|
@ -243,4 +243,4 @@ export async function exportPatterns() {
|
||||||
document.body.appendChild(downloadLink);
|
document.body.appendChild(downloadLink);
|
||||||
downloadLink.click();
|
downloadLink.click();
|
||||||
document.body.removeChild(downloadLink);
|
document.body.removeChild(downloadLink);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue