chore(core): Code QA fixes
This commit is contained in:
parent
7c021b2ea4
commit
92e8c6fdca
2 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ Path.prototype.clean = function () {
|
|||
if (!(op.cp1.sitsRoughlyOn(cur) && op.cp2.sitsRoughlyOn(cur) && op.to.sitsRoughlyOn(cur)))
|
||||
ops.push(ops)
|
||||
}
|
||||
cur = op?.to
|
||||
cur = op.to
|
||||
}
|
||||
|
||||
if (ops.length < this.ops.length) this.ops = ops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue