Skip to content
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

Menu entry for command 'application:close' is duplicated. #7358

Open
jtpio opened this issue May 7, 2024 · 0 comments
Open

Menu entry for command 'application:close' is duplicated. #7358

jtpio opened this issue May 7, 2024 · 0 comments
Labels

Comments

@jtpio
Copy link
Member

jtpio commented May 7, 2024

The following warnings are logged in the dev tools console:

image

settingregistry.js:803 Menu entry for command 'filemenu:close-and-cleanup' is duplicated.
settingregistry.js:803 Menu entry for command 'application:close' is duplicated.

They likely come from the definition of the menu entries order in:

{
"command": "filemenu:close-and-cleanup",
"rank": 40
},
{
"command": "application:close",
"disabled": true
}

This was added in #6937 to mimic the look of the classic notebook.

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to issues that need triage label May 7, 2024
@RRosio RRosio added bug and removed status:Needs Triage Applied to issues that need triage labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants