do not invoke on parent context on create
This commit is contained in:
@@ -57,12 +57,7 @@ partial class RadFlyoutBase
|
|||||||
Task.Run(iLoadContentAsync.LoadContentAsync).Wait();
|
Task.Run(iLoadContentAsync.LoadContentAsync).Wait();
|
||||||
|
|
||||||
foreach (var args in flyoutCreatedHandlers.ToArray())
|
foreach (var args in flyoutCreatedHandlers.ToArray())
|
||||||
{
|
args.Invoke(eventArgs);
|
||||||
if (ParentContext != null)
|
|
||||||
ParentContext?.Invoke(args, eventArgs);
|
|
||||||
else
|
|
||||||
args.Invoke(eventArgs);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>2.14.1</Version>
|
<Version>2.14.2</Version>
|
||||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user