提交 d35a9d92 编写于 作者: C Christof Marti

Don't focus first editor (fixes #18931)

上级 f9e371fb
...@@ -284,10 +284,6 @@ export class WalkThroughPart extends BaseEditor { ...@@ -284,10 +284,6 @@ export class WalkThroughPart extends BaseEditor {
this.contentDisposables.push(editor.onDidChangeModelContent(() => updateHeight(false))); this.contentDisposables.push(editor.onDidChangeModelContent(() => updateHeight(false)));
this.contentDisposables.push(this.themeService.onDidColorThemeChange(theme => editor.updateOptions({ theme: theme.id }))); this.contentDisposables.push(this.themeService.onDidColorThemeChange(theme => editor.updateOptions({ theme: theme.id })));
// if (i === 0) {
// editor.focus();
// }
}); });
if (input.onReady) { if (input.onReady) {
input.onReady(innerContent); input.onReady(innerContent);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册