mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
focus on the first tab in the nav section by default (#823)
This commit is contained in:
@@ -116,7 +116,7 @@ export class DashboardNavSection extends DashboardTab implements OnDestroy, OnCh
|
|||||||
|
|
||||||
// put this immediately on the stack so that is ran *after* the tab is rendered
|
// put this immediately on the stack so that is ran *after* the tab is rendered
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this._panel.selectTab(selectedTabs.pop().id);
|
this._panel.selectTab(selectedTabs[0].id);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user