dont focus panels when they are shown; dont swallow keys for message panel (#5872)

This commit is contained in:
Anthony Dresser
2019-06-04 12:54:54 -07:00
committed by Karl Burtram
parent 540635c54f
commit 67859ab139
2 changed files with 8 additions and 14 deletions

View File

@@ -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) {