mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 00:06:59 -04:00
MiniRepl: hideOutsideView flag
This commit is contained in:
@@ -21,5 +21,5 @@ evalScope(
|
||||
);
|
||||
|
||||
export function MiniRepl({ tune }) {
|
||||
return <_MiniRepl tune={tune} defaultSynth={defaultSynth} />;
|
||||
return <_MiniRepl tune={tune} defaultSynth={defaultSynth} hideOutsideView={true} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user