Skip to content

fix: remove stray previous() in select_next_channel - #533

Merged
boxdot merged 1 commit into
boxdot:mainfrom
cwedgwood:cw/fix-select-next-channel
Apr 27, 2026
Merged

fix: remove stray previous() in select_next_channel#533
boxdot merged 1 commit into
boxdot:mainfrom
cwedgwood:cw/fix-select-next-channel

Conversation

@cwedgwood

Copy link
Copy Markdown
Contributor

Fixes #532

PR #524 added self.channels.previous() after self.channels.next() in
select_next_channel(), which cancels the movement. The down arrow key
(and ctrl+j) no longer advance to the next channel.

Remove the erroneous previous() call to restore correct behavior.

PR boxdot#524 added self.channels.previous() after self.channels.next() in
select_next_channel(), which cancels the movement. The down arrow key
(and ctrl+j) no longer advance to the next channel.

Remove the erroneous previous() call to restore correct behavior.
@boxdot

boxdot commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Thanks! Looks like it got in when fixing the merge conflict. I should have tried out the app manually.

@boxdot
boxdot merged commit f3d73c9 into boxdot:main Apr 27, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

select_next_channel broken — down arrow / ctrl+j no longer moves to next channel

2 participants