We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fdd96 commit 56307cfCopy full SHA for 56307cf
1 file changed
src/vs/workbench/parts/outline/electron-browser/outlinePanel.ts
@@ -707,9 +707,9 @@ export class OutlinePanel extends ViewletPanel {
707
if (top < 0 || top > 1) {
708
// only when outside view port
709
await this._tree.reveal(item, .5);
710
- this._tree.setFocus(item, this);
711
- this._tree.setSelection([item], this);
712
}
+ this._tree.setFocus(item, this);
+ this._tree.setSelection([item], this);
713
714
715
focusHighlightedElement(up: boolean): void {
0 commit comments