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 can understand pausing the timer onMousover but pausing with focus is blocking a common scenario like I want to close the toast with a specific button
The text was updated successfully, but these errors were encountered:
bollinic
changed the title
EuiGlobalToastList doesn't disappear until the focus leave
Toast in EuiGlobalToastList doesn't disappear until the focus leave
May 22, 2019
I am creating a button to hide a toast from
<EuiGlobalToastList>
, I am usingdismissToast
to hide the toast.The toast won't dissapear until I focus out because of
https://github.com/elastic/eui/blob/master/src/components/toast/global_toast_list.js#L237
I can understand pausing the timer onMousover but pausing with focus is blocking a common scenario like I want to close the toast with a specific button
The text was updated successfully, but these errors were encountered: