diff options
Diffstat (limited to 'js/panels/properties.reel/sections')
-rwxr-xr-x | js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js index 0d3d111d..dcba51a4 100755 --- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js +++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | |||
@@ -245,7 +245,7 @@ exports.ThreeD = Montage.create(Component, { | |||
245 | _getSelectedItem: { | 245 | _getSelectedItem: { |
246 | value: function(els) { | 246 | value: function(els) { |
247 | if(els.length) { | 247 | if(els.length) { |
248 | return els[0]._element || els[0]; | 248 | return els[0]; |
249 | } else { | 249 | } else { |
250 | return this.boundObject.application.ninja.currentDocument.documentRoot; | 250 | return this.boundObject.application.ninja.currentDocument.documentRoot; |
251 | } | 251 | } |