提交 4a67f133 编写于 作者: E Eric Amodio

Removes short-circuit that causes mis-alignment

上级 8c1aa16f
......@@ -900,9 +900,6 @@ class Aligner extends Disposable {
if (this._tree) {
const parent: ITreeItem = this._tree.getParentElement(treeItem) || this._tree.getInput();
if (this.hasIcon(parent)) {
return false;
}
return !!parent.children && parent.children.every(c => c.collapsibleState === TreeItemCollapsibleState.None || !this.hasIcon(c));
} else {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册