Skip to content

Commit

Permalink
Open the stage on exercise start
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Jan 24, 2024
1 parent f1f8823 commit 85146f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/build-library/autograder.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
const padding = 20;
this.resultsDialog.setBottom(this.ide.bottom() - padding);
this.resultsDialog.setRight(this.ide.right() - padding);
this.ide.selectSprite(this.ide.stage);
}
}

Expand Down

0 comments on commit 85146f0

Please sign in to comment.