mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
[dir view] added an icon button to toggle between displaying/hiding the dirent tree panel (#6093)
This commit is contained in:
@@ -17,6 +17,7 @@ const propTypes = {
|
||||
updateUsedRepoTags: PropTypes.func.isRequired,
|
||||
fileTags: PropTypes.array.isRequired,
|
||||
onDeleteRepoTag: PropTypes.func.isRequired,
|
||||
toggleTreePanel: PropTypes.func.isRequired,
|
||||
direntList: PropTypes.array,
|
||||
sortBy: PropTypes.string,
|
||||
sortOrder: PropTypes.string,
|
||||
@@ -51,6 +52,7 @@ class CurDirPath extends React.Component {
|
||||
repoID={this.props.repoID}
|
||||
isViewFile={this.props.isViewFile}
|
||||
fileTags={this.props.fileTags}
|
||||
toggleTreePanel={this.props.toggleTreePanel}
|
||||
/>
|
||||
{isDesktop &&
|
||||
<DirTool
|
||||
|
Reference in New Issue
Block a user