master
howard 2021-04-12 20:46:18 -07:00
parent ace8722767
commit d88eb2845d
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ class Sketch {
// this.setDimLines()
this.setAngLines()
// this.setAngLines()
this.obj3d.dispatchEvent({ type: 'change' })
}

View File

@ -206,7 +206,7 @@ export function onDrag(e) {
}
this.solve()
this.obj3d.dispatchEvent({ type: 'change' })
// this.obj3d.dispatchEvent({ type: 'change' })
}