This commit is contained in:
Val Erastov 2015-01-21 22:10:33 -08:00
parent 4919e0d946
commit 8821e60616

View file

@ -69,6 +69,7 @@ TCAD.TWO.AddSegmentTool.prototype.keydown = function(e) {
if (this.multi && this.line != null && e.keyCode == 27) {
this.viewer.remove(this.line);
this.viewer.refresh();
this.cleanup(null);
}
};