mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
488d9398bc
commit
abc734f7a5
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ export function Popover({
|
|||
isOpen={isOpen}
|
||||
ref={popoverRef}
|
||||
style={popoverStyle}
|
||||
initialFocus={false}
|
||||
>
|
||||
<EuiFlexGroup
|
||||
direction="column"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue