Skip to content

Commit

Permalink
fix: 分栏线默认折叠
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Dec 11, 2023
1 parent bb233dc commit 80d2995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/rb-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class RbForm extends React.Component {
// v3.2 默认收起
this._dividerRefs.forEach((d) => {
// eslint-disable-next-line react/no-string-refs
this.refs[d].toggle()
this.refs[d]._toggle()
})

setTimeout(() => RbForm.renderAfter(this), 0)
Expand Down

0 comments on commit 80d2995

Please sign in to comment.