Skip to content

Commit

Permalink
- fixed bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Dec 11, 2020
1 parent 2e9939f commit 14b1e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,11 @@ export const onDeselectMoleculeGroup = ({ moleculeGroup, stageSummaryView, major
const selectionCopy = mol_group_selection.slice();
const objIdx = mol_group_selection.indexOf(moleculeGroup.id);
dispatch(
clearAfterDeselectingMoleculeGroup()
clearAfterDeselectingMoleculeGroup({
molGroupId: moleculeGroup.id,
currentMolGroup,
majorViewStage
})
);
selectionCopy.splice(objIdx, 1);
dispatch(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fragalysis-frontend",
"version": "0.9.39",
"version": "0.9.40",
"description": "Frontend for fragalysis",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit 14b1e61

Please sign in to comment.