disable centroids (#833)

* disable hover actions

* Remove action firing

* Remove disabled on action type and leave function call commented
This commit is contained in:
Severiano Badajoz
2019-07-08 15:15:50 -07:00
committed by GitHub
parent 8afb22a017
commit acdc810f82
+2 -2
View File
@@ -97,8 +97,8 @@ class CategoryValue extends React.Component {
justifyContent: "space-between"
}}
data-testclass="categorical-row"
onMouseEnter={this.handleMouseEnter}
onMouseLeave={this.handleMouseExit}
onMouseEnter={null /* this.handleMouseEnter */}
onMouseLeave={null /* this.handleMouseLeave */}
>
<div
style={{