mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 15:18:33 +00:00
don't clear hydra in minirepl for now
This commit is contained in:
parent
364f511a7c
commit
c05bbf3422
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user