Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.8k
Fix CommandPalette gets re-rendered even if hidden#17442
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix CommandPalette gets re-rendered even if hidden#17442
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for making a pull request to jupyterlab! |
fcollonval commentedMar 31, 2025
I set the target to 4.4.0. Should we backport it to 4.3.x dispite the bump to a new minor version of |
krassowski commentedMar 31, 2025
The previous It looks like the integrity test is failing. |
krassowski left a comment
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.
Thank you@fcollonval!
aae986f intojupyterlab:mainUh oh!
There was an error while loading.Please reload this page.
fcollonval commentedApr 11, 2025
Thanks for fixing the integration test@krassowski |
* Bump lumino packages* Simplify running list code by leveraging new `Widget.isVisible`* Fix integrity* Deduplicate---------Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>Co-authored-by: krassowski <5832902+krassowski@users.noreply.github.com>
References
Fixes#13677
Code changes
Widget.isVisibleto be consistent if the widget is within an hidden widgetListWidgetin@jupyterlab/runningthat was hitting a similar issue.User-facing changes
Less loaded application - but the gain should not be that much
Backwards-incompatible changes
None