diff options
author | Valerio Virgillito | 2012-06-12 23:04:07 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-12 23:04:07 -0700 |
commit | a75947d69f571d723552f926f94d195514a01cbd (patch) | |
tree | 978cbf419f481573b977820f57dc4f0dafb2ac58 /js/tools | |
parent | 5c976cc4bbaa40315e77e6889b43fc7d7156e26f (diff) | |
download | ninja-a75947d69f571d723552f926f94d195514a01cbd.tar.gz |
fixed document switching issues
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/tools')
-rwxr-xr-x | js/tools/SelectionTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/SelectionTool.js b/js/tools/SelectionTool.js index 493f4aa2..8b644d4a 100755 --- a/js/tools/SelectionTool.js +++ b/js/tools/SelectionTool.js | |||
@@ -228,6 +228,7 @@ var SelectionTool = exports.SelectionTool = Montage.create(ModifierToolBase, { | |||
228 | } else { | 228 | } else { |
229 | this.application.ninja.currentDocument.model.domContainer = this.application.ninja.currentDocument.model.documentRoot; | 229 | this.application.ninja.currentDocument.model.domContainer = this.application.ninja.currentDocument.model.documentRoot; |
230 | } | 230 | } |
231 | this.application.ninja.selectionController.executeSelectElement(); | ||
231 | } | 232 | } |
232 | }, | 233 | }, |
233 | 234 | ||