mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
fix source buttons not displaying for file renaming
This commit is contained in:
@@ -177,7 +177,7 @@ class RepositoryRoot extends React.Component<Props> {
|
||||
break;
|
||||
default:
|
||||
if (targetLink) {
|
||||
links.push(sourceLink, targetLink);
|
||||
links.push(targetLink, sourceLink); // Target link first because its the previous file
|
||||
} else {
|
||||
links.push(sourceLink);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user