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
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
In #319 we added the following logic to ensure the settings-defined toolbar items are correctly retrieved before creating a new notebook panel and adding it to the main area:
Description
In #319 we added the following logic to ensure the settings-defined toolbar items are correctly retrieved before creating a new notebook panel and adding it to the main area:
retrolab/packages/application-extension/src/index.ts
Lines 185 to 186 in 879e644
Expected behavior
Downstream distributions and extensions should ideally not have to explicit use that workaround.
Context
Noticed in #319
Allow extensions and users to customize easily toolbar items upstream PR: jupyterlab/jupyterlab#10469
The JupyterLab tests do something similar:
https://github.com/jupyterlab/jupyterlab/blob/50fa0047d63287005a2c3b1d8f5bfedfe56cde7e/packages/apputils/test/toolbar.spec.ts#L304-L308
The text was updated successfully, but these errors were encountered: