-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Imagine A and B some dialog configurations (with different styling, childs, texts) :
- Use DialogManager.show(A)
- do DialogManager.dismiss(callback)
- in callback do DialogManager.show(B)
Result: A closes, then B appears for a short time and closes immediately.
But doing second show with timeout of 200 solves issue. Look like callback called earlier than it should?
Metadata
Metadata
Assignees
Labels
No labels