[Security Solution][Resolver] Stop tooltip from triggering on popover open (#86010) (#86059)

This commit is contained in:
Michael Olorunnisola 2020-12-16 08:31:22 -05:00 committed by GitHub
parent 83edcbacb3
commit ef08dd17c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,7 +328,6 @@ const SchemaInformation = ({
return (
<EuiPopover
ownFocus
button={
<StyledEuiButtonIcon
data-test-subj="resolver:graph-controls:schema-info-button"
@ -443,7 +442,6 @@ const NodeLegend = ({
return (
<EuiPopover
ownFocus
button={
<StyledEuiButtonIcon
data-test-subj="resolver:graph-controls:node-legend-button"