mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-13 20:02:41 +01:00
fix bugs
This commit is contained in:
parent
4919e0d946
commit
8821e60616
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue