|
|
@ -122,7 +122,7 @@ export class CommitFileNode |
|
|
|
|
|
|
|
private get tooltip() { |
|
|
|
const tooltip = StatusFileFormatter.fromTemplate( |
|
|
|
`\${file}\${' \u2022 'changesDetail}\\\\\n\${directory}\n\n\${status}\${ (originalPath)}`, |
|
|
|
`\${file}\${' \u2022 'changesDetail}\${' \\\n'directory} \n\n\${status}\${ (originalPath)}`, |
|
|
|
this.file, |
|
|
|
); |
|
|
|
|
|
|
|