mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fixes 83483
This commit is contained in:
@@ -134,6 +134,10 @@ export class EmptyView extends ViewletPanel {
|
||||
// no-op
|
||||
}
|
||||
|
||||
focus(): void {
|
||||
this.focusBody();
|
||||
}
|
||||
|
||||
focusBody(): void {
|
||||
if (this.button) {
|
||||
this.button.element.focus();
|
||||
|
||||
Reference in New Issue
Block a user