mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
show full borders in sourceView when extensionPoint is available
This commit is contained in:
@@ -92,16 +92,17 @@ class FileTreeLeaf extends React.Component<Props> {
|
||||
>
|
||||
{file.description}
|
||||
</td>
|
||||
{binder.hasExtension("sourceView.right") &&
|
||||
!file.directory && (
|
||||
<td>
|
||||
{binder.hasExtension("sourceView.right") && (
|
||||
<td>
|
||||
{!file.directory && (
|
||||
<ExtensionPoint
|
||||
name="sourceView.right"
|
||||
props={{ file }}
|
||||
renderAll={true}
|
||||
/>
|
||||
</td>
|
||||
)}
|
||||
)}
|
||||
</td>
|
||||
)}
|
||||
</tr>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user