[APM] Fix tooltip focus on service map (#127138)

* [APM] Fix tooltip focus on service map

* remove commented code

* put back EuiIconTip and add initialFocus to false on EuiPopover
This commit is contained in:
Miriam 2022-03-09 16:33:28 +00:00 committed by GitHub
parent 488d9398bc
commit abc734f7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,6 +169,7 @@ export function Popover({
isOpen={isOpen}
ref={popoverRef}
style={popoverStyle}
initialFocus={false}
>
<EuiFlexGroup
direction="column"