MiniRepl: hideOutsideView flag
This commit is contained in:
parent
44ba1f85c3
commit
ae81f6d573
4 changed files with 10 additions and 10 deletions
|
|
@ -21,5 +21,5 @@ evalScope(
|
|||
);
|
||||
|
||||
export function MiniRepl({ tune }) {
|
||||
return <_MiniRepl tune={tune} defaultSynth={defaultSynth} />;
|
||||
return <_MiniRepl tune={tune} defaultSynth={defaultSynth} hideOutsideView={true} />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue