feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<div class="infoContainer">
|
||||
@if (InfoQuestionComponent != null) {
|
||||
@if (InfoQuestionComponent != null)
|
||||
{
|
||||
<div class="infoTitle">@InfoQuestionComponent</div>
|
||||
}
|
||||
@if (InfoAnswerComponent != null) {
|
||||
@if (InfoAnswerComponent != null)
|
||||
{
|
||||
<div>@InfoAnswerComponent</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user