8000 Test editor branch for upcoming sim changes. · nsavas2000/python-editor-v3@aa1d64c · GitHub
[go: up one dir, main page]

Skip to content

Commit aa1d64c

Browse files
Test editor branch for upcoming sim changes.
Do not merge.
1 parent 742de33 commit aa1d64c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/simulator/Simulator.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ const Simulator = ({
3636
simFocus,
3737
}: SimulatorProps) => {
3838
// This needs the domain to be updated before we release.
39-
const url = "https://stage-python-simulator.microbit.org/simulator.html";
39+
//const url = "https://stage-python-simulator.microbit.org/simulator.html";
4040
// For testing with sim branches:
41-
//const branch = "whatever";
42-
//const url = `https://review-python-simulator.microbit.org/${branch}/simulator.html`;
41+
const branch = "modularize";
42+
const url = `https://review-python-simulator.microbit.org/${branch}/simulator.html`;
4343

4444
const ref = useRef<HTMLIFrameElement>(null);
4545
const intl = useIntl();

0 commit comments

Comments
 (0)
0