We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022f60f commit d247dbcCopy full SHA for d247dbc
1 file changed
src/ide/views/editors.ts
@@ -332,6 +332,7 @@ export class SourceEditor implements ProjectView {
332
EditorView.scrollIntoView(targetLine.from, { y: "center" }),
333
],
334
});
335
+ this.editor.focus();
336
}
337
338
getValue(): string {
0 commit comments