Skip to content

Commit

Permalink
fix: update presets after toggling experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Aug 22, 2022
1 parent 20f0934 commit 59c452d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Projects/Project/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export class ProjectConfig extends BaseProjectConfig {

// Only refresh project if it's active
if (project.isActiveProject) await project.refresh()
this.project!.app.windows.createPreset.onPresetsChanged()

project.app.windows.loadingWindow.close()
}
Expand Down

0 comments on commit 59c452d

Please sign in to comment.