ato-water-lib 0.0.32 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -4710,7 +4710,8 @@ class AtoDefaultGojsEditor {
4710
4710
  return false;
4711
4711
  }
4712
4712
  if (action === AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW &&
4713
- self.plantSatus === ATO_EPlantType.BASIC_PLANT) {
4713
+ self.plantSatus === ATO_EPlantType.BASIC_PLANT &&
4714
+ obj.part?.data?.type === AtoGojsEditorModel.ENUM_TEMPLATES.TEXT_NODE) {
4714
4715
  return false;
4715
4716
  }
4716
4717
  return true;