diff --git a/frontend/src/components/simulator/SimulatorCanvas.tsx b/frontend/src/components/simulator/SimulatorCanvas.tsx index 9520dd8c..08c01aa0 100644 --- a/frontend/src/components/simulator/SimulatorCanvas.tsx +++ b/frontend/src/components/simulator/SimulatorCanvas.tsx @@ -2492,6 +2492,10 @@ export const SimulatorCanvas = ({ headerSlot }: SimulatorCanvasProps = {}) => { )} + {/* Overlay slot for board status next to the selector (e.g. + which engine a run will use). Empty in the OSS build. */} + + {/* Undo / Redo — canvas-scoped, mirrors the Ctrl+Z / Ctrl+Y handler in EditorPage. Tooltip surfaces the description of the command that would be applied. Disabled when the stack