remove canvas, toggle zoom brush

This commit is contained in:
Colin Megill
2018-04-26 14:03:04 -07:00
parent 5751dcf4ee
commit c98dd20cb3
3 changed files with 26 additions and 22 deletions
@@ -17,7 +17,6 @@ import * as globals from "../globals";
This is nice because we keep a lot of filtering business logic centralized (what it means in practice to be selected)
*/
const updateCellSelectionMiddleware = (store) => {
return (next) => {
return (action) => {
@@ -234,8 +233,6 @@ const updateCellSelectionMiddleware = (store) => {
})
}
let modifiedAction = Object.assign({}, action, {
newSelection,
newCategoricalAsBooleansMap,