Skip to content

Fix JS error in fly-out nav

Phil Hughes requested to merge fly-out-nav-closest-undefined into master

What does this MR do?

Fixes a JS error in the fly-out nav. This was caused by moving the mouse outside of the browser after hovering over the sidebar. This would throw an error because the relatedTarget is null.

Merge request reports