1
This commit is contained in:
@@ -107,6 +107,7 @@ namespace BITKit
|
||||
if (index is not -1 && list.TryGetElementAt(index, out var nextElement))
|
||||
{
|
||||
nextElement.IsEntered = true;
|
||||
OnEntry?.Invoke(nextElement);
|
||||
nextElement.Entry();
|
||||
try
|
||||
{
|
||||
@@ -114,7 +115,7 @@ namespace BITKit
|
||||
nextElement.Entered();
|
||||
}
|
||||
catch (OperationCanceledException){}
|
||||
OnEntry?.Invoke(nextElement);
|
||||
|
||||
}
|
||||
}
|
||||
completed = true;
|
||||
|
Reference in New Issue
Block a user