mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 18:18:12 +08:00
typo fix (#2460)
This commit is contained in:
@@ -57,11 +57,12 @@ class CentroidLabels extends PureComponent {
|
||||
};
|
||||
|
||||
handleMouseEnter = (e, colorAccessor, label) => {
|
||||
console.log(colorAccessor, label);
|
||||
const { dispatch } = this.props;
|
||||
dispatch({
|
||||
type: "category value mouse hover start",
|
||||
metadataField: colorAccessor,
|
||||
categoryField: label,
|
||||
label,
|
||||
});
|
||||
};
|
||||
|
||||
@@ -70,7 +71,7 @@ class CentroidLabels extends PureComponent {
|
||||
dispatch({
|
||||
type: "category value mouse hover end",
|
||||
metadataField: colorAccessor,
|
||||
categoryField: label,
|
||||
label,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user