Fix #9427 - Dropdown menu mouseout ignored
Fix https://github.com/zurb/foundation-sites/issues/9427 The hide delay of the visible dropdown is replaced by the delays of the lastly triggered dropdown, so the hide function is never called on the currently visible dropdown. Remember and cancel the delay inside each element. So a visible dropdown remember its hide delay even if several dropdown must be hidden.
Loading
Please sign in to comment