1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-28 03:31:23 +00:00
This commit is contained in:
Michael An 2019-05-30 14:48:25 +08:00
parent a204d10a4b
commit df4633040b

View File

@ -211,6 +211,7 @@ class DirentListItem extends React.Component {
this.onLockItem();
break;
case 'Comment':
this.props.onDirentClick(this.props.dirent);
this.props.showDirentDetail('comments');
break;
case 'History':