mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Fix Pen tool regression that broke dragging a sharp tangent out of the last-placed anchor (#4115)
This commit is contained in:
@@ -624,6 +624,8 @@ impl PenToolData {
|
||||
if let Some(point) = self.latest_point_mut() {
|
||||
point.in_segment = None;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// Closing path
|
||||
|
||||
Reference in New Issue
Block a user