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

Fix Component implementations for Picker #7382

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

the-mikedavis
Copy link
Member

The handle_event, required_size, and cursor functions were mistakenly moved into the impl Picker rather than the impl Component for Picker block when merging the Picker and FilePicker (whoops! 😅), causing bugs like the picker ignoring all input and not rendering the cursor position correctly.

Closes #7379

The handle_event, required_size, and cursor functions were mistakenly
moved into the `impl Picker` rather than the `impl Component for Picker`
block when merging the Picker and FilePicker, causing bugs like the
picker ignoring all input and not rendering the cursor position
correctly.
@the-mikedavis the-mikedavis added C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer. labels Jun 19, 2023
@the-mikedavis
Copy link
Member Author

Looks like codeberg is having an outage and that's failing the CI because of the grammar fetch step https://status.codeberg.org/status/codeberg

@archseer archseer merged commit 9690e0b into helix-editor:master Jun 19, 2023
@the-mikedavis the-mikedavis deleted the fix-picker branch June 19, 2023 14:06
wes-adams pushed a commit to wes-adams/helix that referenced this pull request Jul 4, 2023
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PR #7264 has seemingly broken the file picker
4 participants