mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 12:28:12 +08:00
cleanup, whitespace, logs
This commit is contained in:
@@ -104,9 +104,7 @@ const updateCellSelectionMiddleware = (store) => {
|
||||
return cell.e[indexOfGene]
|
||||
})
|
||||
|
||||
|
||||
console.log('middle', action, expressionMap, minExpressionCell)
|
||||
|
||||
// console.log('middle', action, expressionMap, minExpressionCell)
|
||||
|
||||
colorScale = d3.scaleLinear()
|
||||
.domain([minExpressionCell.e[indexOfGene], maxExpressionCell.e[indexOfGene]])
|
||||
|
||||
@@ -190,6 +190,8 @@ const updateCellSelectionMiddleware = (store) => {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
let modifiedAction = Object.assign({}, action, {
|
||||
newSelection,
|
||||
newCategoricalAsBooleansMap,
|
||||
|
||||
Reference in New Issue
Block a user