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 9d066cf commit ed47a4dCopy full SHA for ed47a4d
src/simulator/Simulator.tsx
@@ -43,11 +43,11 @@ const Simulator = ({
43
minWidth,
44
simFocus,
45
}: SimulatorProps) => {
46
- const version = "0.1";
47
- const url = `https://python-simulator.usermbit.org/v/${version}/simulator.html`;
+ // const version = "0.1";
+ //const url = `https://python-simulator.usermbit.org/v/${version}/simulator.html`;
48
// For testing with sim branches:
49
- //const branch = "whatever";
50
- //const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
+ const branch = "separate-dwarf";
+ const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
51
52
const ref = useRef<HTMLIFrameElement>(null);
53
const intl = useIntl();
0 commit comments