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.
@@ -4785,7 +4785,7 @@ class AtoDefaultGojsEditor {
|
|
4785
4785
|
type: AtoGojsEditorModel.ENUM_TEMPLATES.TEXT_NODE,
|
4786
4786
|
name: `${AtoGojsEditorModel.ACTION_RIGHT_MENU_GROUP.DATA_BOX}_${moment().valueOf()}`,
|
4787
4787
|
color: AtoGojsEditorModel.ENUM_COLORS.BLUE,
|
4788
|
-
movable: self.plantSatus === ATO_EPlantType.BASIC_PLANT ? false :
|
4788
|
+
movable: self.plantSatus === ATO_EPlantType.BASIC_PLANT ? false : true,
|
4789
4789
|
isNotAllowConnect: self.plantSatus === ATO_EPlantType.BASIC_PLANT ? true : null,
|
4790
4790
|
},
|
4791
4791
|
}));
|