fixes 83483

This commit is contained in:
isidor
2019-11-12 12:53:51 +01:00
parent 7ade4e6460
commit 655e3b3e99
@@ -134,6 +134,10 @@ export class EmptyView extends ViewletPanel {
// no-op
}
focus(): void {
this.focusBody();
}
focusBody(): void {
if (this.button) {
this.button.element.focus();