Fix Pen tool regression that broke dragging a sharp tangent out of the last-placed anchor (#4115)
This commit is contained in:
parent
ecf94258fa
commit
d106bedecd
|
|
@ -624,6 +624,8 @@ impl PenToolData {
|
||||||
if let Some(point) = self.latest_point_mut() {
|
if let Some(point) = self.latest_point_mut() {
|
||||||
point.in_segment = None;
|
point.in_segment = None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Closing path
|
// Closing path
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue