fix: could play multiple mini repl at once

This commit is contained in:
Felix Roos
2022-11-17 10:07:19 +01:00
parent add9c43827
commit f1ae8a17cf
4 changed files with 179 additions and 149 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ evalScope(
import('@strudel.cycles/osc'),
);
prebake();
// prebake();
export function MiniRepl({ tune }) {
return <_MiniRepl tune={tune} hideOutsideView={true} />;