diff --git a/Test.UI/Components/Compo/ChildObj.razor b/Test.UI/Components/Compo/ChildObj.razor
index d6ede5e..d584167 100644
--- a/Test.UI/Components/Compo/ChildObj.razor
+++ b/Test.UI/Components/Compo/ChildObj.razor
@@ -1,6 +1,14 @@
@if (IsLoading)
{
-
+
}
else
{
diff --git a/Test.UI/Components/Pages/UiTest.razor b/Test.UI/Components/Pages/UiTest.razor
index a266bbb..8f61c87 100644
--- a/Test.UI/Components/Pages/UiTest.razor
+++ b/Test.UI/Components/Pages/UiTest.razor
@@ -12,10 +12,10 @@
-
+
-
+
diff --git a/Test.UI/Components/Pages/UiTest.razor.cs b/Test.UI/Components/Pages/UiTest.razor.cs
index bd19f53..9c01d3c 100644
--- a/Test.UI/Components/Pages/UiTest.razor.cs
+++ b/Test.UI/Components/Pages/UiTest.razor.cs
@@ -28,6 +28,7 @@ namespace Test.UI.Components.Pages
await Task.Delay(delay);
int i2rem = rnd.Next(isLoading.Count);
isLoading.RemoveAt(i2rem);
+ await InvokeAsync(StateHasChanged);
}
isLoading = new List();
}
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index 0b308b3..7aa8eeb 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 2.7.11.1015
+ 2.7.11.1016
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -45,3 +45,5 @@
+
+
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index 4e7b3ea..262c9a6 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -67,6 +67,8 @@
+
+