[Mobile] Tree
WHen selecting a leaf node on phone-portrait, now the left menu will close if you select the object name or the arrow.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
mct-object="domainObject"
|
||||
ng-model="ngModel"
|
||||
ng-click="!treeNode.checkMobile() || model.composition == undefined ||
|
||||
model.composition.length == 0 ? ngModel.selectedObject = domainObject : toggle.toggle();
|
||||
model.composition.length == 0 ? treeNode.setObject(ngModel, domainObject) : toggle.toggle();
|
||||
treeNode.trackExpansion()"
|
||||
>
|
||||
</mct-representation>
|
||||
|
||||
Reference in New Issue
Block a user