diff --git a/src/Editor/SnapDragServices.ts b/src/Editor/SnapDragServices.ts index 7ca83b61e..6f77ba081 100644 --- a/src/Editor/SnapDragServices.ts +++ b/src/Editor/SnapDragServices.ts @@ -111,9 +111,7 @@ export class SnapDragServices } } }) - if (pt.Status == PromptStatus.OK) - this.lastSnapPoint.copy(lastP); - + this.UpdateLastPoint(); this.UpdatePreLine(); app.m_Database.hm.EndCmd(); app.m_Editor.ClearSnapEntity();