diff --git a/web/app/canvas.js b/web/app/canvas.js index 5af5018e..38c6b540 100644 --- a/web/app/canvas.js +++ b/web/app/canvas.js @@ -638,6 +638,7 @@ TCAD.TWO.PanTool.prototype.mouseup = function(e) { this.viewer.deselectAll(); this.viewer.refresh(); } + this.deselectOnUp = false; }; TCAD.TWO.PanTool.prototype.mousewheel = function(e) {