1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-28 11:41:18 +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(); this.onLockItem();
break; break;
case 'Comment': case 'Comment':
this.props.onDirentClick(this.props.dirent);
this.props.showDirentDetail('comments'); this.props.showDirentDetail('comments');
break; break;
case 'History': case 'History':