ketcher-macromolecules 2.24.0-rc.2 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3182,7 +3182,9 @@ var RnaEditorExpanded = function RnaEditorExpanded(_ref) {
3182
3182
  }
3183
3183
  dispatch(savePreset(newPreset));
3184
3184
  dispatch(setActivePreset(newPreset));
3185
- editor.events.selectPreset.dispatch(newPreset);
3185
+ if (!isSequenceMode) {
3186
+ editor.events.selectPreset.dispatch(newPreset);
3187
+ }
3186
3188
  setTimeout(function () {
3187
3189
  scrollToSelectedPreset(newPreset.name);
3188
3190
  }, 0);