mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-31 04:49:05 +01:00
check for being auxiliary while recovery
This commit is contained in:
parent
f44ef5b69c
commit
8afd42e412
1 changed files with 1 additions and 1 deletions
|
|
@ -1059,7 +1059,7 @@ TCAD.TWO.DragTool.prototype.solveRequest = function(rough) {
|
|||
|
||||
var paramsToUpdate = [];
|
||||
this.viewer.accept(function(obj) {
|
||||
if (!obj.validate()) {
|
||||
if (!obj.validate() && obj.aux !== true) {
|
||||
obj.recover();
|
||||
obj.collectParams(paramsToUpdate);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue