vis-ui
vis-ui copied to clipboard
Toasts not coming on top of Stage
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.