diff --git a/entity/ObjectTree_entity/recordcontainers/jdito/onDelete.js b/entity/ObjectTree_entity/recordcontainers/jdito/onDelete.js index 0271d85e784f61d3e758070728e0c05d169d2ca5..0a928b4a9dc02014aadd36b82ee02f8439efe053 100644 --- a/entity/ObjectTree_entity/recordcontainers/jdito/onDelete.js +++ b/entity/ObjectTree_entity/recordcontainers/jdito/onDelete.js @@ -12,7 +12,4 @@ if (isObjectRelationNode) var objectRelationId = uid[6]; newWhereIfSet("AB_OBJECTRELATION.AB_OBJECTRELATIONID", objectRelationId) .deleteData(true, "AB_OBJECTRELATION"); - - // Refresh otherwise the children of the deleted node would be moved to the root. - neon.refresh(); }