We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca8fd8 commit 08072b9Copy full SHA for 08072b9
1 file changed
src/ide/views/editors.ts
@@ -541,11 +541,7 @@ export class SourceEditor implements ProjectView {
541
return;
542
}
543
544
- // TODO: remove after compilation
545
- this.clearCurrentLine(moveCursor);
546
- if (line) {
547
- this.setCurrentLine(line, moveCursor);
548
- }
+ this.setCurrentLine(line, moveCursor);
549
550
551
refreshListing() {
0 commit comments