Fixed issue with dialog opening but is not closing due to request running into a "ContentControlHandler" after the dialog's await state has been completed.

This commit is contained in:
Daniel Clark
2022-12-21 10:12:54 +00:00
parent e9dd86e0e0
commit b8e50e4dc0
8 changed files with 25 additions and 24 deletions
+1
View File
@@ -11,6 +11,7 @@
<PackageReference Include="FluentAvaloniaUI" Version="2.0.0-preview4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\Avalonia\Avalonia.csproj" />
<ProjectReference Include="..\Foundation\Foundation.csproj" />
</ItemGroup>
</Project>