Skip to content

Commit

Permalink
feat: 虚拟列表支持高度自适应
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhihang committed Nov 21, 2024
1 parent b3fe2b0 commit de7798f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/amis/src/renderers/Form/InputTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,10 @@ export default class TreeControl extends React.Component<TreeProps, TreeState> {
props
)
) {
console.log('initOthersHeight');
this.initOthersHeight();
}

if (preState.othersHeight !== state.othersHeight) {
console.log('handleVirtualListHeight');
this.handleVirtualListHeight();
}
}
Expand Down

0 comments on commit de7798f

Please sign in to comment.