Skip to content

Commit

Permalink
xchem#9 test with selecting all molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-postek-m2ms committed Apr 14, 2020
1 parent 95df1dc commit b6a5d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/molecule/moleculeList.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const MoleculeList = memo(
console.log('initializing molecules');
firstLoadRef.current = false;
dispatch(setFirstLoad(false));
// dispatch(initializeMolecules(stage, cached_mol_lists[mol_group_on].results));
dispatch(initializeMolecules(stage, cached_mol_lists[mol_group_on].results));
}
})
.catch(error => {
Expand Down

0 comments on commit b6a5d3a

Please sign in to comment.