Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Oct 30, 2024
1 parent fece821 commit 5cc4563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/serial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class Editor extends srceditor.Editor {
}
if (this.isVisible) {
if (this.isCsvView && !this.receivedCsv) {
// have not received a csv yet but in csv view; swap back to pxt.
// have not received a csv yet but in csv view; swap back to console.
this.setCsv(false);
} else if (!this.isCsvView && !this.receivedLog) {
this.setCsv(true);
Expand Down

0 comments on commit 5cc4563

Please sign in to comment.