1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

add file-diff (#2398)

This commit is contained in:
cainiao222
2018-09-26 02:27:14 -07:00
committed by Daniel Pan
parent 7da4642806
commit 2d490b09cd
7 changed files with 63 additions and 33 deletions

View File

@@ -39,7 +39,7 @@ class HistoryListItem extends React.Component {
return;
}
this.setState({isShowOperationIcon: false}); //restore to default state
this.props.onHistoryItemClick(this.props.item);
this.props.onHistoryItemClick(this.props.item, this.props.preCommitID);
}
onMenuControlClick = (e) => {