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: dropdowns doesnt close reliably and multiple dropdowns may come #2005

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Conversation

abose
Copy link
Member

@abose abose commented Dec 24, 2024

click on the project dropdown, then click on the langugae drop down in status bar. you can see that two dropdowns are simultaneously open.

This happened as the add dropdown API did not clear existing dropdowns as that may not be needed all the time(and to prevent braking legacy extensions). So we now add a parameter to also dismiss exiting popups while adding a new popup.

@abose abose merged commit 7473ed6 into main Dec 24, 2024
16 of 18 checks passed
@abose abose deleted the y branch December 24, 2024 14:20
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.

2 participants