This commit is contained in:
Dan Clark
2024-11-20 12:51:25 +00:00
parent 8963201480
commit 736fd2802b
17 changed files with 222 additions and 60 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public class FrameHandler(ITransientNavigationStore<Frame> navigationStore) :
if (sender.DataContext is object content)
{
if (content is IConfirmation confirmation &&
if (content is IAsyncConfirmation confirmation &&
!await confirmation.Confirm())
{
args.Cancel = true;