Skip to content

Commit

Permalink
fix: do not show absolute path as note
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 3, 2024
1 parent dbfcc27 commit 821d51d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/stash.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 821d51d

Please sign in to comment.