We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0090d commit 63eeeffCopy full SHA for 63eeeff
1 file changed
src/ide/views/editors.ts
@@ -351,6 +351,7 @@ export class SourceEditor implements ProjectView {
351
EditorView.scrollIntoView(targetLine.from, { y: "center" }),
352
],
353
});
354
+ this.editor.focus();
355
}
356
357
getValue(): string {
0 commit comments