diff --git a/src/helper/selection-tools/selection-box-tool.js b/src/helper/selection-tools/selection-box-tool.js index 07d7d470..00361df0 100644 --- a/src/helper/selection-tools/selection-box-tool.js +++ b/src/helper/selection-tools/selection-box-tool.js @@ -74,8 +74,7 @@ class SelectionBoxTool { context.clearRect(rect.x, rect.y, rect.width, rect.height); this.setSelectedItems(); } - } - if (this.selectionRect) { + // Remove dotted rectangle this.selectionRect.remove(); this.selectionRect = null;