mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
toggle focus between query and results (#13928)
* toggle focus between query and results * focus on tab * comments
This commit is contained in:
@@ -430,4 +430,8 @@ export class QueryResultsView extends Disposable {
|
||||
tab.putState(this.input.state.dynamicModelViewTabsState);
|
||||
}
|
||||
}
|
||||
|
||||
public focus(): void {
|
||||
this._panelView.focusCurrentTab();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user