Skip to content

Commit

Permalink
#5662 – Fix inability to select Erase tool after monomer expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
svvald committed Oct 17, 2024
1 parent 946ccdb commit cb9d836
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ const useMonomerExpansionHandlers = () => {

editor.update(action);
editor.rotateController.rerender();
editor.selection({
sgroups: selectedFunctionalGroups?.map((fg) => fg.relatedSGroup),
});
},
[getKetcherInstance],
);
Expand Down

0 comments on commit cb9d836

Please sign in to comment.