mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 00:18:12 +08:00
* Undo feature: fix case where previous state has no state filter Fixes https://github.com/chanzuckerberg/cellxgene/issues/1099 When the previous state that the undo feature is trying to roll back to has no filter state, merging javascript dictionaries result in keeping the current state filter, preventing the actionFilter from saving the new state. * Fix whitespace