vis-ui icon indicating copy to clipboard operation
vis-ui copied to clipboard

Toasts not coming on top of Stage

Open Snehks opened this issue 7 years ago • 0 comments

Hey,

Since version 1.4.0 I noticed that the toasts no more are rendered over all the actors in my stage. That is, they are following the order depending on when toast was initialised. So if I add Actor1 and then initialise the ToastManager then it appears on top of Actor1 but if I do it other way around, it appears below Actor1 which was not how it used to behave in version 1.3.0. In version 1.3.0, they used to come on top of stage without needed any specific order of initialisation.

Also when it brings on top of other actors, I can no more give inputs to the actors below it.

Snehks avatar Feb 11 '18 15:02 Snehks