mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Filter against relative path rather than full path
This commit is contained in:
parent
8277cbb71f
commit
d09b225087
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ func (m *stashModel) getNotes() []*markdown {
|
|||
case stashedMarkdown:
|
||||
note = t.Note
|
||||
default:
|
||||
note = t.localPath
|
||||
note = t.displayPath
|
||||
}
|
||||
|
||||
targets = append(targets, note)
|
||||
|
|
Loading…
Reference in a new issue