From 38b09fbeb1dd18163170882afedb51e1449912e8 Mon Sep 17 00:00:00 2001 From: slhale Date: Fri, 28 Aug 2015 11:18:12 -0700 Subject: [PATCH] [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. --- platform/features/layout/res/templates/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/features/layout/res/templates/layout.html b/platform/features/layout/res/templates/layout.html index ca3a359dba..6d6effdc85 100644 --- a/platform/features/layout/res/templates/layout.html +++ b/platform/features/layout/res/templates/layout.html @@ -24,7 +24,8 @@
+ ng-style="controller.getFrameStyle(childObject.getId())" + ng-mousedown="ngModel.inspectionObjects = [childObject]">