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

Import workspace and create new workspace context menu items show up in all sidebar panels #16345

Closed
krassowski opened this issue May 20, 2024 · 1 comment · Fixed by #16346
Closed
Labels
Milestone

Comments

@krassowski
Copy link
Member

Description

image

Reproduce

  1. Open running sidebar
  2. Right-click on an empty space
  3. See these two options show up even outside of "Workspaces" section

Expected behavior

These show up only in "Workspaces"

Context

  • JupyterLab version: 4.2.0
@krassowski krassowski added bug status:Needs Triage Applied to new issues that need triage labels May 20, 2024
@krassowski krassowski added this to the 4.2.x milestone May 20, 2024
@krassowski
Copy link
Member Author

{
"command": "workspace-ui:import",
"selector": ".jp-RunningSessions:has(.jp-mod-workspace)",
"rank": 6
},
{
"command": "workspace-ui:create-new",
"selector": ".jp-RunningSessions:has(.jp-mod-workspace)",
"rank": 7
}

I think jp-RunningSessions should be jp-RunningSessions-section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants