Skip to content

Commit d106bed

Browse files
authored
Fix Pen tool regression that broke dragging a sharp tangent out of the last-placed anchor (#4115)
1 parent ecf9425 commit d106bed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

editor/src/messages/tool/tool_messages/pen_tool.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ impl PenToolData {
624624
if let Some(point) = self.latest_point_mut() {
625625
point.in_segment = None;
626626
}
627+
628+
return;
627629
}
628630

629631
// Closing path

0 commit comments

Comments
 (0)