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'm wondering how you could go about destroying the scrollbar so you detach the events and hide it by using the disable class. Right now it doesn't work to well when i have a view thats constructed and destroyed at a later point. I'm noticing it work the first time but then when i close and open the dropdown it's all messed up and the scrollbar doesn't work. So it seems like some kind of garbage collection with events is going on.
The text was updated successfully, but these errors were encountered:
I'm wondering how you could go about destroying the scrollbar so you detach the events and hide it by using the
disable
class. Right now it doesn't work to well when i have a view thats constructed and destroyed at a later point. I'm noticing it work the first time but then when i close and open the dropdown it's all messed up and the scrollbar doesn't work. So it seems like some kind of garbage collection with events is going on.The text was updated successfully, but these errors were encountered: