mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 19:08:11 +08:00
make a toggle in future
This commit is contained in:
@@ -69,7 +69,7 @@ const updateCellSelectionMiddleware = (store) => {
|
||||
_.each(newSelection, (cell, i) => {
|
||||
|
||||
if (!s.controls.graphMap[cell["CellName"]]) {
|
||||
newSelection[i]["__selected__"] = false;
|
||||
newSelection[i]["__selected__"] = false; /* make a toggle in future */
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user