mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 08:08:11 +08:00
don't clear diffexp on subset
This commit is contained in:
@@ -47,14 +47,6 @@ const Differential = (
|
||||
celllist1: null,
|
||||
celllist2: null,
|
||||
};
|
||||
case "reset subset":
|
||||
case "subset to selection":
|
||||
return {
|
||||
...state,
|
||||
diffExp: null,
|
||||
celllist1: null,
|
||||
celllist2: null,
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user