We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c5177 commit 2c825c2Copy full SHA for 2c825c2
1 file changed
log-viewer/modules/components/calltree-view/CalltreeView.ts
@@ -302,6 +302,7 @@ export class CalltreeView extends LitElement {
302
}
303
this.calltreeTable.blockRedraw();
304
this._expandCollapseAll(this.calltreeTable.getRows(), true);
305
+ this.calltreeTable.element?.querySelector<HTMLElement>('.tabulator-tableholder')?.focus();
306
this.calltreeTable.restoreRedraw();
307
308
@@ -311,6 +312,7 @@ export class CalltreeView extends LitElement {
311
312
313
314
this._expandCollapseAll(this.calltreeTable.getRows(), false);
315
316
317
318
0 commit comments