mirror of
https://github.com/nasa/openmct.git
synced 2025-01-28 15:14:42 +00:00
[Inspector] Inspect subelements of layout
Clicking on something inside of a layout both in browse and edit mode should set that object to be inspected.
This commit is contained in:
parent
455f4b6bdb
commit
38b09fbeb1
@ -24,7 +24,8 @@
|
||||
|
||||
<div class='frame child-frame panel abs'
|
||||
ng-repeat="childObject in composition"
|
||||
ng-style="controller.getFrameStyle(childObject.getId())">
|
||||
ng-style="controller.getFrameStyle(childObject.getId())"
|
||||
ng-mousedown="ngModel.inspectionObjects = [childObject]">
|
||||
|
||||
<div class="frame child-frame holder contents abs">
|
||||
<mct-representation key="'frame'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user