Focus into Side Bar commands don't focus the sidebar if the sidebar wasn't already visible (fix #193737) (#211417)

This commit is contained in:
Benjamin Pasero 2024-04-26 09:33:49 +02:00 committed by GitHub
parent c1f470ad5a
commit 82de0899cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,6 @@ export class FocusSideBarAction extends Action2 {
// Show side bar
if (!layoutService.isVisible(Parts.SIDEBAR_PART)) {
layoutService.setPartHidden(false, Parts.SIDEBAR_PART);
return;
}
// Focus into active viewlet