You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2024. It is now read-only.
When clicking on "No repos available" below "Available Repos" and then clicking somewhere else to close the popup without inputting anything, there is a split-second flicker of the <CommandEmpty> component.
Steps to Reproduce
Open the application.
Navigate to the left panel.
Click on "No repos available" below "Available Repos."
Click somewhere else to close the popup without entering any input.
Expected Behavior
The <CommandEmpty> component should not flicker and should remain hidden if no input is given when closing the popup.
Actual Behavior
There is a split-second flicker of the <CommandEmpty> component when closing the popup after clicking on "No repos available."
Additional Information
This issue is observed specifically when clicking on "No repos available."