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: opening the InputSelector resulted in invalid pane ids #6403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikkasendke
Copy link

When starting a selector (InputSelector) overlay while having another overlay open the pane you get in the handler is the pane id of the previous overlay which is also cancelled when assigning the overlay which effectively makes it useless.
This is annoying if you need the pane from an InputSelector and the user opens the InputSelector multiple times in a row (perhaps looking to get other options if those are dynamically generated)
This is more of a band-aid I think and it might be a problem more often, maybe we/I can look into addressing this case in a better way.
Any feedback is appreciated :)

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.

1 participant