fix deselectOnUp

This commit is contained in:
Val Erastov 2014-11-03 23:55:52 -08:00
parent 8b55612fae
commit ed122713b8

View file

@ -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) {