mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-30 18:15:52 +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