Skip to content

Commit

Permalink
restore call to applyupgradesasync
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Oct 2, 2024
1 parent 8b21fbe commit 904b0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,8 @@ export class ProjectView
}
simulator.setDirty();

await compiler.applyUpgradesAsync();

await this.loadTutorialJresCodeAsync();
await this.loadTutorialCustomTsAsync();
await this.loadTutorialTemplateCodeAsync();
Expand Down

0 comments on commit 904b0d5

Please sign in to comment.