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.
2 parents a6cc2b3 + 0205dea commit b7ab455Copy full SHA for b7ab455
client/modules/IDE/components/Editor.jsx
@@ -446,7 +446,7 @@ function mapStateToProps(state) {
446
...state.ide,
447
...state.project,
448
...state.editorAccessibility,
449
- isExpanded: state.ide.consoleIsExpanded,
+ isExpanded: state.ide.sidebarIsExpanded,
450
projectSavedTime: state.project.updatedAt
451
};
452
}
0 commit comments