mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
toggle focus between query and results (#13928)
* toggle focus between query and results * focus on tab * comments
This commit is contained in:
@@ -311,7 +311,7 @@ export class TabbedPanel extends Disposable {
|
||||
}
|
||||
}
|
||||
|
||||
private focusCurrentTab(): void {
|
||||
public focusCurrentTab(): void {
|
||||
if (this._shownTabId) {
|
||||
const tab = this._tabMap.get(this._shownTabId);
|
||||
if (tab) {
|
||||
|
||||
Reference in New Issue
Block a user