ato-water-lib 0.0.29 → 0.0.30
Sign up to get free protection for your applications and to get access to all the features.
@@ -4810,7 +4810,7 @@ class AtoDefaultGojsEditor {
|
|
4810
4810
|
type: AtoGojsEditorModel.ENUM_TEMPLATES.TEXT_NODE,
|
4811
4811
|
name: `${AtoGojsEditorModel.ACTION_RIGHT_MENU_GROUP.DATA_BOX}_${moment().valueOf()}`,
|
4812
4812
|
color: AtoGojsEditorModel.ENUM_COLORS.BLUE,
|
4813
|
-
movable: self.plantSatus === ATO_EPlantType.BASIC_PLANT ? false :
|
4813
|
+
movable: self.plantSatus === ATO_EPlantType.BASIC_PLANT ? false : true,
|
4814
4814
|
isNotAllowConnect: self.plantSatus === ATO_EPlantType.BASIC_PLANT ? true : null,
|
4815
4815
|
},
|
4816
4816
|
}));
|