mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
dont focus panels when they are shown; dont swallow keys for message panel (#5872)
This commit is contained in:
committed by
Karl Burtram
parent
540635c54f
commit
67859ab139
@@ -197,7 +197,6 @@ export class TabbedPanel extends Disposable {
|
||||
if (this._currentDimensions) {
|
||||
this._layoutCurrentTab(new DOM.Dimension(this._currentDimensions.width, this._currentDimensions.height - this.headersize));
|
||||
}
|
||||
this.focus();
|
||||
}
|
||||
|
||||
public removeTab(tab: PanelTabIdentifier) {
|
||||
|
||||
Reference in New Issue
Block a user