MiniRepl: hideOutsideView flag

This commit is contained in:
Felix Roos
2022-05-19 08:39:51 +02:00
parent 44ba1f85c3
commit ae81f6d573
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ evalScope(
);
export function MiniRepl({ tune }) {
return <_MiniRepl tune={tune} defaultSynth={defaultSynth} />;
return <_MiniRepl tune={tune} defaultSynth={defaultSynth} hideOutsideView={true} />;
}