Skip to content

Commit

Permalink
Don't update stepper on show history
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed Dec 11, 2024
1 parent 38974de commit 4a0ffc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/haz3lweb/view/StepperView.re
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,15 @@ module Update = {
evaluation: {
...a.evaluation,
show_settings: true,
stepper_history: true,
},
}
== CoreSettings.{
...b,
evaluation: {
...b.evaluation,
show_settings: true,
stepper_history: true,
},
}
});
Expand Down

0 comments on commit 4a0ffc1

Please sign in to comment.