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:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user