mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 19:37:28 +00:00
View repo content in list mode (#2579)
This commit is contained in:
@@ -124,7 +124,7 @@ class CopyDirent extends React.Component {
|
||||
return;
|
||||
}
|
||||
|
||||
this.props.onItemCopy(repo, direntPath, selectedPath);
|
||||
this.props.onItemCopy(repo, this.props.dirent, selectedPath);
|
||||
this.toggle();
|
||||
}
|
||||
|
||||
|
@@ -124,7 +124,7 @@ class MoveDirent extends React.Component {
|
||||
return;
|
||||
}
|
||||
|
||||
this.props.onItemMove(repo, direntPath, selectedPath);
|
||||
this.props.onItemMove(repo, this.props.dirent, selectedPath);
|
||||
this.toggle();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user