mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user