mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-12 17:15:10 -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