소스 검색

🐛 fix problem auto-selection

jmacura 4 년 전
부모
커밋
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);
   }
 }