mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:48:17 +00:00
set revealTop to 0, #63245
This commit is contained in:
parent
01d8ba6b8c
commit
66b963d0cd
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ export class SuggestWidget implements IContentWidget, IListVirtualDelegate<IComp
|
||||||
this.setState(State.Open);
|
this.setState(State.Open);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.list.reveal(selectionIndex, selectionIndex);
|
this.list.reveal(selectionIndex, 0);
|
||||||
this.list.setFocus([selectionIndex]);
|
this.list.setFocus([selectionIndex]);
|
||||||
|
|
||||||
// Reset focus border
|
// Reset focus border
|
||||||
|
|
Loading…
Reference in a new issue