mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 08:28:12 +08:00
remove canvas, toggle zoom brush
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user