diff --git a/web/app/sketcher/parametric.js b/web/app/sketcher/parametric.js index 2c21375b..804a012c 100644 --- a/web/app/sketcher/parametric.js +++ b/web/app/sketcher/parametric.js @@ -83,6 +83,7 @@ TCAD.TWO.ParametricManager.prototype.addAll = function(constrs) { }; TCAD.TWO.ParametricManager.prototype.remove = function(constr) { + this.viewer.historyManager.checkpoint(); for (var j = 0; j < this.subSystems.length; j++) { var sub = this.subSystems[j]; for (var i = 0; i < sub.constraints.length; ++i) {