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
The command palette is rerendering on notifyCommandChanged even if it is hidden. This triggers a lot of command attribute request for nothing as can be seen by the following warnings:
This is with JupyterLab 4.3.5 with extensions git, lsp and spellchecker activated.
Reproduce
Install jupyterlab-git, jupyterlab-lsp and jupyterlab-spellchecker extensions
Open a notebook in JupyterLab and look at the console log
Note the screenshot was taken after running jupyter lab build --no-minize to introspect the core code.
Description
The command palette is rerendering on
notifyCommandChanged
even if it is hidden. This triggers a lot of command attribute request for nothing as can be seen by the following warnings:Reproduce
Expected behavior
The command palette is not rerender when hidden.
Context
Sequence flows:
The text was updated successfully, but these errors were encountered: