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
## Motivation for the change, related issues
Issue #1903
## Implementation details
Because Modal was in the same component as Dropdown Menu it was always
visible when Dropdown was open (and disappears when I tried to force
close menu item, because of unmounting).
So I decided to wrap dropdown with context and move there whole logic.
## Testing Instructions (or ideally a Blueprint)
Just open Playground and go to settigns.
## Screen with results
![image](https://github.com/user-attachments/assets/30f40e26-ed8b-4183-b2d2-682fb44c6f1e)
Settings menu is visible after clicking "Restore from .zip"
The text was updated successfully, but these errors were encountered: