Do not auto focus on ios

fixes #127832
This commit is contained in:
isidor 2021-08-16 16:16:14 +02:00
parent 51c39d0df3
commit bb33171a27
No known key found for this signature in database
GPG key ID: F9280366A8370105

View file

@ -1486,7 +1486,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
let focusEditor = false;
if (hidden && this.panelService.getActivePanel()) {
this.panelService.hideActivePanel();
focusEditor = true;
focusEditor = isIOS ? false : true; // Do not auto focus on ios #127832
}
// If panel part becomes visible, show last active panel or default panel