Merge pull request #6340 from RosettaCommons/roccomoretti/interactive_fix_addbond_softcrash
[Foldit] Fix soft crash in AddBond.
The AddBond action was attempting to add hydrogens prior to checking feasibility. The way this was working is generating a soft crash. This isn't necessary for the current way we're handling ligand introduction, skip that to avoid getting soft crashes.
RELEASE NOTES: Fix internal issue with how the small molecule design panel bond introduction works.