Skip to content

Commit

Permalink
Backport PR #16346: Fix workspace context menu incorrectly showing up…
Browse files Browse the repository at this point in the history
… in other sidebar sections (#16357)

Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and krassowski committed May 22, 2024
1 parent 81a38c1 commit f242f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/workspaces-extension/schema/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
{
"command": "workspace-ui:import",
"selector": ".jp-RunningSessions:has(.jp-mod-workspace)",
"selector": ".jp-RunningSessions-section:has(.jp-mod-workspace)",
"rank": 6
},
{
"command": "workspace-ui:create-new",
"selector": ".jp-RunningSessions:has(.jp-mod-workspace)",
"selector": ".jp-RunningSessions-section:has(.jp-mod-workspace)",
"rank": 7
}
]
Expand Down

0 comments on commit f242f98

Please sign in to comment.