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
After the EUI bump, the nav trigger button quickly closes and opens the collapsible nav.
Before EUI bump:
After EUI bump:
This odd behavior is due to the outsideClickCloses of EuiFlyout, passed by EuiCollapsibleNav, firing before the click handler of the button and resulting in closing and reopening; outsideClickCloses defaults to true on EuiCollapsibleNav. Setting the prop to false appears to solve the problem.
The text was updated successfully, but these errors were encountered:
After the EUI bump, the nav trigger button quickly closes and opens the collapsible nav.
Before EUI bump:
After EUI bump:
This odd behavior is due to the
outsideClickCloses
ofEuiFlyout
, passed byEuiCollapsibleNav
, firing before the click handler of the button and resulting in closing and reopening;outsideClickCloses
defaults totrue
onEuiCollapsibleNav
. Setting the prop tofalse
appears to solve the problem.The text was updated successfully, but these errors were encountered: