mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 01:58:12 +08:00
return entire selection from continuous rather than just cell name
This commit is contained in:
@@ -140,7 +140,7 @@ class Continuous extends React.Component {
|
||||
handleBrushAction (selection) {
|
||||
this.props.dispatch({
|
||||
type: "continuous selection using parallel coords brushing",
|
||||
data: _.map(selection, (d) => { return d.CellName })
|
||||
data: selection
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user