mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 18:46:36 -05:00
fix keyboard focus issues (#16206)
This commit is contained in:
@@ -281,10 +281,6 @@ export class ConnectionBrowserView extends Disposable implements IPanelView {
|
||||
this.treeContainer.style.height = `${treeHeight}px`;
|
||||
this.tree.layout(treeHeight, dimension.width);
|
||||
}
|
||||
|
||||
focus(): void {
|
||||
this.filterInput.focus();
|
||||
}
|
||||
}
|
||||
|
||||
export interface ITreeItemFromProvider {
|
||||
|
||||
Reference in New Issue
Block a user