提交 56307cf9 编写于 作者: J Johannes Rieken

fix #63126

上级 63fdd962
......@@ -707,9 +707,9 @@ export class OutlinePanel extends ViewletPanel {
if (top < 0 || top > 1) {
// only when outside view port
await this._tree.reveal(item, .5);
this._tree.setFocus(item, this);
this._tree.setSelection([item], this);
}
this._tree.setFocus(item, this);
this._tree.setSelection([item], this);
}
focusHighlightedElement(up: boolean): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册