diff options
author | Kruti Shah | 2012-04-20 16:25:36 -0700 |
---|---|---|
committer | Kruti Shah | 2012-04-20 16:25:36 -0700 |
commit | 933338e13e73243965d105170a269a41f7efd77f (patch) | |
tree | ee0b670a07ce37fc6036ed1b6bdf8174fc46610a /js/tools/SelectionTool.js | |
parent | 92791b40eed712aa6e341fc303b0d2ab19940777 (diff) | |
download | ninja-933338e13e73243965d105170a269a41f7efd77f.tar.gz |
Breadcrumb Fix
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/tools/SelectionTool.js')
-rwxr-xr-x | js/tools/SelectionTool.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tools/SelectionTool.js b/js/tools/SelectionTool.js index 30e56b28..414f9d11 100755 --- a/js/tools/SelectionTool.js +++ b/js/tools/SelectionTool.js | |||
@@ -221,10 +221,10 @@ var SelectionTool = exports.SelectionTool = Montage.create(ModifierToolBase, { | |||
221 | HandleDoubleClick: { | 221 | HandleDoubleClick: { |
222 | value: function(event) { | 222 | value: function(event) { |
223 | if(this.application.ninja.selectedElements.length > 0) { | 223 | if(this.application.ninja.selectedElements.length > 0) { |
224 | this.application.ninja.currentDocument.breadCrumbClick = true; | 224 | // this.application.ninja.currentDocument.breadCrumbClick = true; |
225 | this.application.ninja.currentSelectedContainer = this.application.ninja.selectedElements[0]; | 225 | this.application.ninja.currentSelectedContainer = this.application.ninja.selectedElements[0]; |
226 | } else { | 226 | } else { |
227 | this.application.ninja.currentDocument.breadCrumbClick = true; | 227 | // this.application.ninja.currentDocument.breadCrumbClick = true; |
228 | this.application.ninja.currentSelectedContainer = this.application.ninja.currentDocument.documentRoot; | 228 | this.application.ninja.currentSelectedContainer = this.application.ninja.currentDocument.documentRoot; |
229 | } | 229 | } |
230 | } | 230 | } |