mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
fix: remove test flag
This commit is contained in:
parent
66f8ca72c1
commit
64693ffd26
@ -109,8 +109,6 @@ const { code: randomTune, name } = getRandomTune();
|
||||
|
||||
export const ReplContext = createContext(null);
|
||||
|
||||
let init = false; // this is bad! only for testing!
|
||||
|
||||
export function Repl({ embedded = false }) {
|
||||
const isEmbedded = embedded || window.location !== window.parent.location;
|
||||
const [view, setView] = useState(); // codemirror view
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user