Skip to content

Commit b7ab455

Browse files
authored
Merge pull request #1594 from processing/bug/sidebar-cant-expand
[#1593] Update `isExpanded` prop in Editor
2 parents a6cc2b3 + 0205dea commit b7ab455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ function mapStateToProps(state) {
446446
...state.ide,
447447
...state.project,
448448
...state.editorAccessibility,
449-
isExpanded: state.ide.consoleIsExpanded,
449+
isExpanded: state.ide.sidebarIsExpanded,
450450
projectSavedTime: state.project.updatedAt
451451
};
452452
}

0 commit comments

Comments
 (0)