mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-29 08:01:50 -04:00
don't clear hydra in minirepl for now
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user