[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:
slhale 2015-08-28 11:18:12 -07:00
parent 455f4b6bdb
commit 38b09fbeb1

View File

@ -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'"