We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d465d commit 9c8f2a0Copy full SHA for 9c8f2a0
1 file changed
src/ide/views/editors.ts
@@ -503,11 +503,7 @@ export class SourceEditor implements ProjectView {
503
return;
504
}
505
506
- // TODO: remove after compilation
507
- this.clearCurrentLine(moveCursor);
508
- if (line) {
509
- this.setCurrentLine(line, moveCursor);
510
- }
+ this.setCurrentLine(line, moveCursor);
511
512
513
refreshListing() {
0 commit comments