Only show file name on history card
This commit is contained in:
parent
84adda96c1
commit
3dbeb54c54
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export class HistoryView extends ItemView {
|
||||||
}
|
}
|
||||||
|
|
||||||
element.createEl("span", {
|
element.createEl("span", {
|
||||||
text: entry.relativePath
|
text: entry.relativePath.split("/").pop()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue