From 44db603312bb6ae61c02a721bd82e27791eec8b0 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Tue, 20 Apr 2021 13:57:45 -0700 Subject: [PATCH] undo redo for mean expression --- client/src/reducers/undoableConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/reducers/undoableConfig.js b/client/src/reducers/undoableConfig.js index e1907c3a..d18270ad 100644 --- a/client/src/reducers/undoableConfig.js +++ b/client/src/reducers/undoableConfig.js @@ -80,6 +80,7 @@ const saveOnActions = new Set([ "color by categorical metadata", "color by continuous metadata", "color by expression", + "color by geneset mean expression", "show centroid labels for category",