mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
[dirent details panel] fixup & improvement (#2844)
* [dirent details panel] fixup & improvement * [my libs] details: click item to show details when details panel is open
This commit is contained in:
@@ -19,6 +19,7 @@ const propTypes = {
|
||||
onDeleteRepo: PropTypes.func.isRequired,
|
||||
onTransferRepo: PropTypes.func.isRequired,
|
||||
onRepoDetails: PropTypes.func.isRequired,
|
||||
onItemClick: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
class Content extends Component {
|
||||
@@ -138,6 +139,7 @@ class Content extends Component {
|
||||
onRenameRepo={this.props.onRenameRepo}
|
||||
onDeleteRepo={this.props.onDeleteRepo}
|
||||
onRepoDetails={this.props.onRepoDetails}
|
||||
onItemClick={this.props.onItemClick}
|
||||
onTransfer={this.onTransfer}
|
||||
showDeleteItemPopup={this.showDeleteItemPopup}
|
||||
onHistorySetting={this.onHistorySetting}
|
||||
|
Reference in New Issue
Block a user