mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 20:58:11 +08:00
disable centroids (#833)
* disable hover actions * Remove action firing * Remove disabled on action type and leave function call commented
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user