Auto formatting
This commit is contained in:
@@ -75,10 +75,10 @@
|
||||
{
|
||||
base.OnParametersSet();
|
||||
base.OnInitialized();
|
||||
|
||||
|
||||
FocusEntity();
|
||||
}
|
||||
|
||||
|
||||
private void FocusEntity()
|
||||
{
|
||||
foreach (var e in DATA.Get().Values)
|
||||
|
||||
@@ -9,11 +9,12 @@
|
||||
{
|
||||
styleClass = "selected";
|
||||
}
|
||||
<button @onclick="@(e => OnChangeFaction(choice))"
|
||||
class="choiceButton @styleClass">@(choice == DataType.Any
|
||||
? DataType.Any
|
||||
: DATA.Get()[choice].Info().Name)
|
||||
</button>
|
||||
<button @onclick="@(e => OnChangeFaction(choice))"
|
||||
class="choiceButton @styleClass">
|
||||
@(choice == DataType.Any
|
||||
? DataType.Any
|
||||
: DATA.Get()[choice].Info().Name)
|
||||
</button>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user