Skip to content

Commit

Permalink
tweak: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsloth55 committed Jan 4, 2025
1 parent 47a6fec commit 9716038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/viewport.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func updateViewport(msg tea.Msg, m model) (tea.Model, tea.Cmd) {
m.viewport.GotoBottom()

case key.Matches(msg, ViewportKeyMap.Escape):
// if last nav was marked read navigate to last read not new
// if post marked read navigate to last read not next if ShowLastRead
if m.markedRead && !m.commands.config.ShowRead && m.commands.config.ShowLastRead {
current := m.list.Index()
if current-1 >= 0 {
Expand Down

0 comments on commit 9716038

Please sign in to comment.