You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i realized it'd be better if the callback functions behaved like, you know, actual callback functions.
for instance, on the demo site there are nested smoke dialogs that should get written right after the previous dialog finishes, but it's getting written before and being destroyed when the parent is. this concept seemed to work before, but something (outside this lib) changed and exposed this bug.
anyway, i'm going to change this when i have time. or someone else can. any volunteers?
The text was updated successfully, but these errors were encountered:
i realized it'd be better if the callback functions behaved like, you know, actual callback functions.
for instance, on the demo site there are nested smoke dialogs that should get written right after the previous dialog finishes, but it's getting written before and being destroyed when the parent is. this concept seemed to work before, but something (outside this lib) changed and exposed this bug.
anyway, i'm going to change this when i have time. or someone else can. any volunteers?
The text was updated successfully, but these errors were encountered: