Skip to content

Commit

Permalink
#107 add not completed loading images of compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-postek-m2ms committed Feb 25, 2020
1 parent 749940b commit eac34de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/compounds/redux/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const loadCompoundImageData = ({ width, height, onCancel, data }) => disp
width,
height,
key,
setImg_data: image => {}, //dispatch(updateCurrentCompound({ id: data.index, key: 'image', value: image })),
setImg_data: image => dispatch(updateCurrentCompound({ id: data.index, key: 'image', value: image })),
url,
cancel: onCancel
});
Expand Down

0 comments on commit eac34de

Please sign in to comment.