We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48db31 commit a880c5cCopy full SHA for a880c5c
1 file changed
src/ide/views/editors.ts
@@ -522,11 +522,7 @@ export class SourceEditor implements ProjectView {
522
return;
523
}
524
525
- // TODO: remove after compilation
526
- this.clearCurrentLine(moveCursor);
527
- if (line) {
528
- this.setCurrentLine(line, moveCursor);
529
- }
+ this.setCurrentLine(line, moveCursor);
530
531
532
refreshListing() {
0 commit comments