make a toggle in future

This commit is contained in:
Colin Megill
2017-12-23 11:12:50 -08:00
parent 769aa145ac
commit bc07ebd23d

View File

@@ -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
}