refactor: remove debounce on dice calculations #210
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ export class DiceComponent implements OnInit {
|
|||
ngOnInit(): void {
|
||||
this.diceForm.valueChanges
|
||||
.pipe(
|
||||
debounceTime(100),
|
||||
tap(() => this.calculateWinChanceAndPotentialWin())
|
||||
)
|
||||
.subscribe();
|
||||
|
|
Reference in a new issue