don't clear hydra in minirepl for now

This commit is contained in:
Felix Roos 2024-06-03 23:53:08 +02:00
parent 364f511a7c
commit c05bbf3422

View File

@ -81,7 +81,7 @@ export function MiniRepl({
},
onToggle: (playing) => {
if (!playing) {
clearHydra();
// clearHydra(); // TBD: doesn't work with multiple MiniRepl's on a page
}
},
beforeStart: () => audioReady,