diff options
Diffstat (limited to 'js/tools/TextTool.js')
-rwxr-xr-x | js/tools/TextTool.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tools/TextTool.js b/js/tools/TextTool.js index d27a32bb..a58aacc6 100755 --- a/js/tools/TextTool.js +++ b/js/tools/TextTool.js | |||
@@ -95,7 +95,7 @@ exports.TextTool = Montage.create(DrawingTool, { | |||
95 | } else { | 95 | } else { |
96 | this.doSelection(event); | 96 | this.doSelection(event); |
97 | if (this.application.ninja.selectedElements.length !== 0 ) { | 97 | if (this.application.ninja.selectedElements.length !== 0 ) { |
98 | this.selectedElement = this.application.ninja.selectedElements[0]._element; | 98 | this.selectedElement = this.application.ninja.selectedElements[0]; |
99 | } | 99 | } |
100 | this._isDrawing = false; | 100 | this._isDrawing = false; |
101 | } | 101 | } |
@@ -144,7 +144,7 @@ exports.TextTool = Montage.create(DrawingTool, { | |||
144 | 144 | ||
145 | HandleDoubleClick: { | 145 | HandleDoubleClick: { |
146 | value: function(e) { | 146 | value: function(e) { |
147 | //this.application.ninja.selectedElements[0]._element.setAttribute("contenteditable", true); | 147 | //this.application.ninja.selectedElements[0].setAttribute("contenteditable", true); |
148 | 148 | ||
149 | //if (!this.application.ninja.textTool) { | 149 | //if (!this.application.ninja.textTool) { |
150 | 150 | ||