diff options
Diffstat (limited to 'js/tools')
-rwxr-xr-x | js/tools/PenTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/PenTool.js b/js/tools/PenTool.js index 127beacd..a973628f 100755 --- a/js/tools/PenTool.js +++ b/js/tools/PenTool.js | |||
@@ -326,6 +326,7 @@ exports.PenTool = Montage.create(ShapeTool, { | |||
326 | 326 | ||
327 | //set the snap target in case the mouse move handler doesn't get called | 327 | //set the snap target in case the mouse move handler doesn't get called |
328 | this._snapTargetIndex = 0; | 328 | this._snapTargetIndex = 0; |
329 | this._editMode = this.EDIT_PREV_NEXT; | ||
329 | } | 330 | } |
330 | } | 331 | } |
331 | 332 | ||