mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 16:14:26 +00:00
Lowercase basenames
This commit is contained in:
parent
38a6652299
commit
b586febfe9
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ export class WikilinkElement extends CustomElement {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(this.vault.fileIndex !== null) {
|
if(this.vault.fileIndex !== null) {
|
||||||
path = this.vault.fileIndex.basenames[this.target]
|
path = this.vault.fileIndex.basenames[this.target.toLowerCase()]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue