Closed connorcoley closed 4 years ago
The issue appears to be that validateCompound is never called; investigating.
validateReaction only "clicks" visible validation buttons, so this is a race condition between freeze and validate.
validateReaction
freeze
validate
The issue appears to be that validateCompound is never called; investigating.