mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
fix: do not show absolute path as note
This commit is contained in:
parent
dbfcc27dad
commit
821d51da13
1 changed files with 0 additions and 1 deletions
|
|
@ -859,7 +859,6 @@ func loadLocalMarkdown(md *markdown) tea.Cmd {
|
|||
log.Debug("error reading local file", "error", err)
|
||||
return errMsg{err}
|
||||
}
|
||||
md.Note = md.localPath
|
||||
md.Body = string(data)
|
||||
return fetchedMarkdownMsg(md)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue