Skip to content

Commit d247dbc

Browse files
committed
fixup navigateToLine
1 parent 022f60f commit d247dbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ide/views/editors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export class SourceEditor implements ProjectView {
332332
EditorView.scrollIntoView(targetLine.from, { y: "center" }),
333333
],
334334
});
335+
this.editor.focus();
335336
}
336337

337338
getValue(): string {

0 commit comments

Comments
 (0)