diff -r 1c7cce196665 -r 43aa7c589048 src_js/iconolab-bundle/src/components/cutout/svgboard.js --- a/src_js/iconolab-bundle/src/components/cutout/svgboard.js Thu Oct 06 15:07:50 2016 +0200 +++ b/src_js/iconolab-bundle/src/components/cutout/svgboard.js Thu Oct 06 15:09:18 2016 +0200 @@ -351,7 +351,6 @@ rectZone.attr({fill: FILL_COLOR, stroke: STROKE_COLOR, opacity: 0.6}); }); - paper.mouseup(function () { if ((drawingMode === FREE_MODE) || pathIsClosed || !rectZone) { return false; } drawing_path = rectZone;