don't clear hydra in minirepl for now
This commit is contained in:
parent
364f511a7c
commit
c05bbf3422
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue