Просмотр исходного кода

🐛 fix problem auto-selection

jmacura 4 лет назад
Родитель
Сommit
174d180b5b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/adjuster/adjuster-presets.service.ts

+ 1 - 0
src/adjuster/adjuster-presets.service.ts

@@ -128,6 +128,7 @@ export class AdjusterPresetsService {
 
   pickProblem(role) {
     this.activeProblem = role.problems[0] ?? null;
+    this.applyProblem(this.activeProblem);
   }
 }