提交 76ee724e 编写于 作者: I isidor

split view views: do not jump when revealing

fixes #62901
上级 0e265999
......@@ -85,7 +85,7 @@ export abstract class TreeViewsViewletPanel extends ViewletPanel {
// Make sure the current selected element is revealed
const selectedElement = this.tree.getSelection()[0];
if (selectedElement) {
this.tree.reveal(selectedElement, 0.5);
this.tree.reveal(selectedElement);
}
// Pass Focus to Viewer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册