Align open editors with explorer (#194007)

Align with explorer
This commit is contained in:
Logan Ramos
2023-09-25 09:18:06 -07:00
committed by GitHub
parent 6404e3dbd1
commit 17134f92f7

View File

@@ -1521,7 +1521,7 @@ export function getMultiSelectedEditorContexts(editorContext: IEditorCommandsCon
if (focus) {
const selection: Array<IEditorIdentifier | IEditorGroup> = list.getSelectedElements().filter(onlyEditorGroupAndEditor);
if (selection.length > 0) {
if (selection.length > 1) {
return selection.map(elementToContext);
}