8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742de33 commit aa1d64cCopy full SHA for aa1d64c
src/simulator/Simulator.tsx
@@ -36,10 +36,10 @@ const Simulator = ({
36
simFocus,
37
}: SimulatorProps) => {
38
// This needs the domain to be updated before we release.
39
- const url = "https://stage-python-simulator.microbit.org/simulator.html";
+ //const url = "https://stage-python-simulator.microbit.org/simulator.html";
40
// For testing with sim branches:
41
- //const branch = "whatever";
42
- //const url = `https://review-python-simulator.microbit.org/${branch}/simulator.html`;
+ const branch = "modularize";
+ const url = `https://review-python-simulator.microbit.org/${branch}/simulator.html`;
43
44
const ref = useRef<HTMLIFrameElement>(null);
45
const intl = useIntl();
0 commit comments