mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
fix keyboard focus issues (#16206)
This commit is contained in:
@@ -77,10 +77,6 @@ export class TopOperationsView extends Disposable implements IPanelView {
|
||||
this.table.layout(dimension);
|
||||
}
|
||||
|
||||
public focus(): void {
|
||||
this.table.focus();
|
||||
}
|
||||
|
||||
public clear() {
|
||||
this.dataView.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user