- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.4k
Enterprise addons stickey dropdown #6963
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
base: master
Are you sure you want to change the base?
Enterprise addons stickey dropdown #6963
Conversation
e3286d0    to
    bc63541      
    Compare
  
    Signed-off-by: ChetanFTW <[email protected]>
bc63541    to
    1a35f40      
    Compare
  
    Signed-off-by: Saurabh Singh <[email protected]>
Signed-off-by: ChetanFTW <[email protected]>
| 🚀 Preview for commit a1ba371 at: https://68dd720664d4fb123e2779cc--layer5.netlify.app | 
| @ChetanFTW please tag the pr with respective issue | 
| }, []); | ||
|  | ||
| useEffect(() => { | ||
| if (!addonMenuOpen) return; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again why such low level logic and manipulating the dom for such purposes? We use mui/sistent design system for such purposes only. This should handled by component itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for here
I tried using the standard MUI components first, but a CSS conflict elsewhere in the app was preventing them from working correctly.
This manual useEffect is a necessary override
| I mentioned issue in description | 
Signed-off-by: Chetan 👾 <[email protected]>
Description
This PR fixes #6950
Signed commits
Screencast.from.2025-09-15.12-11-35.webm