1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00

feat: start revise style (#5540)

* feat: start revise style

* restore code

* restore code
This commit is contained in:
杨国璇
2023-07-09 16:27:02 +08:00
committed by GitHub
parent 7b7d4ca53a
commit 5165998326
9 changed files with 16 additions and 41 deletions

View File

@@ -211,9 +211,6 @@ class MultipleDirOperationToolbar extends React.Component {
case 'Unmask as draft':
this.onUnmaskAsDraft(dirent);
break;
case 'Start revise':
this.onStartRevise(dirent);
break;
case 'Comment':
this.onCommentItem();
break;