Skip to content

Commit 5bb6950

Browse files
authored
typo fix
/pull/7131 typo fix
1 parent 77bec1f commit 5bb6950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/decap-cms-widget-code/src/CodeControl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default class CodeControl extends React.Component {
109109
if (
110110
this.visibility.isInvisibleOnInit &&
111111
!this.visibility.isRefreshedAfterInvisible &&
112-
!this.props.listCollapsed
112+
!this.props.isParentListCollapsed
113113
) {
114114
this.refreshCodeMirrorInstance();
115115
}

0 commit comments

Comments
 (0)