Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/turnsole/modes/thread-view-mode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ def jump_to_next_and_open
end

nextm = @layouts[m].next
return unless nextm
if @layouts[nextm].state == :closed
@layouts[nextm].state = :open
@layouts[nextm].toggled_state = true
Expand Down