[#1593] Update isExpanded
prop in Editor
- Change `isExpanded` from `ide.consoleIsExpanded` to `ide.sidebarIsExpanded`
This commit is contained in:
parent
a6cc2b3d3f
commit
0205dea56e
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ function mapStateToProps(state) {
|
||||||
...state.ide,
|
...state.ide,
|
||||||
...state.project,
|
...state.project,
|
||||||
...state.editorAccessibility,
|
...state.editorAccessibility,
|
||||||
isExpanded: state.ide.consoleIsExpanded,
|
isExpanded: state.ide.sidebarIsExpanded,
|
||||||
projectSavedTime: state.project.updatedAt
|
projectSavedTime: state.project.updatedAt
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue