Skip to content

Commit

Permalink
- some last fixes for #1419
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Jul 24, 2024
1 parent 60078d4 commit f47fa03
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ import {
setAskLockCompoundsQuestion,
setCompoundToSelectedCompoundsByDataset,
setInspirationDialogAction,
setInspirationMoleculeDataList
setInspirationMoleculeDataList,
setIsOpenInspirationDialog
} from '../redux/actions';
import { centerOnLigandByMoleculeID } from '../../../reducers/ngl/dispatchActions';
import { ArrowDownward, ArrowUpward, MyLocation } from '@material-ui/icons';
Expand Down Expand Up @@ -482,6 +483,8 @@ const DatasetMoleculeView = memo(
dispatch(setInspirationMoleculeDataList(getInspirationsForMol(allInspirations, datasetID, currentID)));
if (setRef) {
setRef(ref.current);
// dispatch(setIsOpenInspirationDialog(true));
// console.log(`After setting the ref for ${currentID}`);
}
}
}, [
Expand Down

0 comments on commit f47fa03

Please sign in to comment.