Skip to content

Commit 0205dea

Browse files
committed
[#1593] Update isExpanded prop in Editor
- Change `isExpanded` from `ide.consoleIsExpanded` to `ide.sidebarIsExpanded`
1 parent a6cc2b3 commit 0205dea

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)