Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
/pull/7131 typo fix
  • Loading branch information
hip3r committed Mar 7, 2024
1 parent 77bec1f commit 5bb6950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-code/src/CodeControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class CodeControl extends React.Component {
if (
this.visibility.isInvisibleOnInit &&
!this.visibility.isRefreshedAfterInvisible &&
!this.props.listCollapsed
!this.props.isParentListCollapsed
) {
this.refreshCodeMirrorInstance();
}
Expand Down

0 comments on commit 5bb6950

Please sign in to comment.