mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
remove comment (#5650)
* remove comment * remove useless third party lib * remove comment
This commit is contained in:
@@ -159,10 +159,6 @@ class MultipleDirOperationToolbar extends React.Component {
|
||||
});
|
||||
};
|
||||
|
||||
onCommentItem = () => {
|
||||
this.props.showDirentDetail('comments');
|
||||
};
|
||||
|
||||
getDirentMenuList = (dirent) => {
|
||||
const isRepoOwner = this.props.isRepoOwner;
|
||||
const currentRepoInfo = this.props.currentRepoInfo;
|
||||
@@ -215,9 +211,6 @@ class MultipleDirOperationToolbar extends React.Component {
|
||||
case 'Unmark as draft':
|
||||
this.onUnmarkAsDraft(dirent);
|
||||
break;
|
||||
case 'Comment':
|
||||
this.onCommentItem();
|
||||
break;
|
||||
case 'History':
|
||||
this.onHistory(dirent);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user