aboutsummaryrefslogtreecommitdiff
path: root/js/tools
diff options
context:
space:
mode:
Diffstat (limited to 'js/tools')
-rwxr-xr-xjs/tools/SelectionTool.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/SelectionTool.js b/js/tools/SelectionTool.js
index cff14226..ea2379bb 100755
--- a/js/tools/SelectionTool.js
+++ b/js/tools/SelectionTool.js
@@ -225,6 +225,7 @@ var SelectionTool = exports.SelectionTool = Montage.create(ModifierToolBase, {
225 if(this.application.ninja.selectedElements.length > 0) { 225 if(this.application.ninja.selectedElements.length > 0) {
226 this.application.ninja.currentSelectedContainer = this.application.ninja.selectedElements[0]; 226 this.application.ninja.currentSelectedContainer = this.application.ninja.selectedElements[0];
227 } else { 227 } else {
228 this.application.ninja.breadCrumbClick = true;
228 this.application.ninja.currentSelectedContainer = this.application.ninja.currentDocument.documentRoot; 229 this.application.ninja.currentSelectedContainer = this.application.ninja.currentDocument.documentRoot;
229 } 230 }
230 } 231 }