Merge remote-tracking branch 'origin/feature/layout-comparison-version' into dev-heatmap
This commit is contained in:
@@ -3,6 +3,7 @@ import { useActionHandler } from "../actions/useActionHandler";
|
||||
import { usePlayButtonStore, useResetButtonStore } from "../../../store/ui/usePlayButtonStore";
|
||||
import { determineExecutionOrder } from "./functions/determineExecutionOrder";
|
||||
import { useSceneContext } from "../../scene/sceneContext";
|
||||
import SimulationHandler from "./SimulationHandler";
|
||||
|
||||
function Simulator() {
|
||||
const { productStore } = useSceneContext();
|
||||
@@ -24,7 +25,17 @@ function Simulator() {
|
||||
});
|
||||
}, [products, isPlaying, isReset, selectedProduct]);
|
||||
|
||||
return <></>;
|
||||
|
||||
return (
|
||||
|
||||
<>
|
||||
|
||||
{/* <simulationHandler/> */}
|
||||
<SimulationHandler />
|
||||
|
||||
</>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
export default Simulator;
|
||||
|
||||
Reference in New Issue
Block a user