Merge pull request #1594 from processing/bug/sidebar-cant-expand
[#1593] Update `isExpanded` prop in Editor
This commit is contained in:
commit
b7ab455518
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