1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

feat: optimize code

This commit is contained in:
杨国璇
2024-11-15 16:08:46 +08:00
parent a629d1c07c
commit 5a7e25740f
16 changed files with 240 additions and 264 deletions

View File

@@ -2358,6 +2358,7 @@ class LibContentView extends React.Component {
<DirColumnView
isSidePanelFolded={this.props.isSidePanelFolded}
isTreePanelShown={this.state.isTreePanelShown}
isDirentDetailShow={this.state.isDirentDetailShow}
currentMode={this.state.currentMode}
path={this.state.path}
repoID={this.props.repoID}