1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

Implement wiki mode menu function (#2461)

This commit is contained in:
山水人家
2018-10-25 13:36:06 +08:00
committed by Daniel Pan
parent 91cbfc508e
commit f3e0284751
39 changed files with 1995 additions and 610 deletions

View File

@@ -106,14 +106,7 @@ class MainPanel extends Component {
/>
}
{ !this.props.isViewFileState &&
<TreeDirView
node={this.props.changedNode}
needOperationGroup={this.state.needOperationGroup}
onMainNodeClick={this.props.onMainNodeClick}
onDeleteItem={this.props.onDeleteNode}
onRenameItem={this.props.onRenameNode}
>
</TreeDirView>
<TreeDirView node={this.props.changedNode} onMainNodeClick={this.props.onMainNodeClick} />
}
</div>
</div>