From eb208a7e2fd020ab5d07d11cc6d52d1e3dcfcc7c Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 17 Sep 2017 17:55:04 +0200 Subject: Add simulation mode framework Includes object states in the store (by tick), charting, and progress bars. --- src/containers/sidebars/topology/room/RoomSidebarContainer.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/containers/sidebars/topology/room') diff --git a/src/containers/sidebars/topology/room/RoomSidebarContainer.js b/src/containers/sidebars/topology/room/RoomSidebarContainer.js index b7ded316..6dded3e7 100644 --- a/src/containers/sidebars/topology/room/RoomSidebarContainer.js +++ b/src/containers/sidebars/topology/room/RoomSidebarContainer.js @@ -3,7 +3,9 @@ import RoomSidebarComponent from "../../../../components/sidebars/topology/room/ const mapStateToProps = state => { return { + roomId: state.interactionLevel.roomId, roomType: state.objects.room[state.interactionLevel.roomId].roomType, + inSimulation: state.currentExperimentId !== -1, }; }; -- cgit v1.2.3