-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Allow filtering the list of entrypoints #624
Allow filtering the list of entrypoints #624
Conversation
}; | ||
|
||
componentDidMount() { | ||
document.addEventListener('click', this.handleClickOutside, true); |
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.
couldn't use onBlur
since clicking an option would hide the list before the click event was fired
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.
Looks cool! I'll take a closer look at the code changes soon. In the meantime, could you add a changelog entry for this change?
Thanks! Done. |
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.
Thanks, this is definitely an improvement!
Released in v4.10.0! |
webpack-contrib/webpack-bundle-analyzer#624 was merged and released in 4.10.0 and I'd like to leverage this change in `@next/bundle-analyzer`
Why is this change needed?
#622
What does this change do?
Screenshots
Before
Screen.Recording.2023-11-09.at.7.15.13.AM.mov
After
Screen.Recording.2023-11-10.at.10.04.19.AM.mov