1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

repair move&copy bug (#3020)

* repair move&copy bug

* [fix bug] file move filetag disappear
This commit is contained in:
杨顺强
2019-03-01 14:40:39 +08:00
committed by Daniel Pan
parent 907105a262
commit 1e2c06c084
3 changed files with 26 additions and 20 deletions

View File

@@ -41,6 +41,7 @@ class FileChooser extends React.Component {
currentRepoInfo: repoInfo,
selectedRepo: repoInfo
});
this.props.onRepoItemClick(repoInfo);
});
}
}