Skip to content

Commit

Permalink
#4487 - Macro: RNA builder: Cancel button doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-asiyuk-epam committed Apr 23, 2024
1 parent 06dd9f8 commit fb8801e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ export const RnaEditorExpanded = ({
resetAfterSequenceUpdate();
} else {
setNewPreset(activePreset);
dispatch(setIsEditMode(false));
dispatch(setActivePresetMonomerGroup(null));
}
};

Expand Down

0 comments on commit fb8801e

Please sign in to comment.