diff --git a/CHANGES.rst b/CHANGES.rst index 82c114b955..32c712eaa3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Bug Fixes - Explot Plot now throws exception if its "save_figure" method is called with a path that contains invalid directory. [#2339] +- Plugin dropdown elements with multiselect mode enabled will no longer reset + the selection when the choices change if any of the previous entries are still + valid. [#2344] + Cubeviz ^^^^^^^ diff --git a/jdaviz/components/plugin_dataset_select.vue b/jdaviz/components/plugin_dataset_select.vue index eb9f2af9ba..2b2e2f5ce7 100644 --- a/jdaviz/components/plugin_dataset_select.vue +++ b/jdaviz/components/plugin_dataset_select.vue @@ -1,6 +1,6 @@