mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
[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:
parent
67cb5f8077
commit
8c4c65241a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user