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
This release fixes dropdowns closing when scroll events are emitted from inside the dropdown. The directive now ignores any scroll event from inside the dropdown, this is done by checking if the parents of the scroll event contain the dropdown id.