1
This commit is contained in:
@@ -177,13 +177,12 @@ namespace BITKit.UX
|
||||
{
|
||||
await UniTask.NextFrame(cancellationToken);
|
||||
}
|
||||
OnExit?.Invoke();
|
||||
}
|
||||
|
||||
void IEntryElement.Exited()
|
||||
{
|
||||
document.rootVisualElement.SetActive(false);
|
||||
isActive = false;
|
||||
OnExit?.Invoke();
|
||||
}
|
||||
|
||||
public event Action OnEntry;
|
||||
|
Reference in New Issue
Block a user