We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93714f0 commit a1c4126Copy full SHA for a1c4126
ui/src/components/simulation.jsx
@@ -54,7 +54,7 @@ class Simulation extends Component {
54
triggerHMI = (dest, value) => {
55
const data = {
56
action: { name: dest, factor: value },
57
- event: { name: "_loop" },
+ event: { name: "next" },
58
visible: false
59
};
60
axios.post(
0 commit comments