Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent tab switching from the command line #1176

Merged
merged 1 commit into from
Jun 4, 2023

Conversation

ThomasFrans
Copy link
Contributor

When moving inside the command line, if the cursor is at either edge of the buffer, the events aren't consumed and propagated further into the view tree. This prevents that behavior.

fixes #1133

@ThomasFrans ThomasFrans force-pushed the fix-search-event-propagation branch from 1698ba2 to aff573b Compare June 3, 2023 13:49
Copy link
Owner

@hrkfdn hrkfdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one minor comment below. Thanks!

src/ui/layout.rs Show resolved Hide resolved
@hrkfdn hrkfdn merged commit ac0bcb4 into hrkfdn:main Jun 4, 2023
@ThomasFrans ThomasFrans deleted the fix-search-event-propagation branch June 4, 2023 20:40
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.

Scrolling tabs when searching items
2 participants