From 6d09ec4a5da89167398b426361dbbf0322493006 Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Wed, 18 Apr 2012 15:07:41 -0700 Subject: fix a bug with closing the subpath --- js/tools/PenTool.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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, { //set the snap target in case the mouse move handler doesn't get called this._snapTargetIndex = 0; + this._editMode = this.EDIT_PREV_NEXT; } } -- cgit v1.2.3