Skip to content

Commit bd77b89

Browse files
committed
fix: e2e
1 parent b74b772 commit bd77b89

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/file-tree-next/src/browser/file-tree-contribution.ts

-7
Original file line numberDiff line numberDiff line change
@@ -444,13 +444,6 @@ export class FileTreeContribution
444444

445445
commands.registerCommand(FILE_COMMANDS.LOCATION, {
446446
execute: (locationUri?: URI) => {
447-
const handler = this.mainLayoutService.getTabbarHandler(EXPLORER_CONTAINER_ID);
448-
if (handler && !handler.isVisible) {
449-
handler.activate();
450-
setTimeout(() => {
451-
handler.setCollapsed(RESOURCE_VIEW_ID, false);
452-
}, 200);
453-
}
454447
if (locationUri) {
455448
this.revealFile(locationUri);
456449
} else if (this.fileTreeModelService.selectedFiles && this.fileTreeModelService.selectedFiles.length > 0) {

0 commit comments

Comments
 (0)