mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 00:38:12 +08:00
Break handle of path being drawn by placing anchor on previous anchor with Pen tool (#814)
* Break path by placing anchor on previous one * Fix offset on click without dragging * Fix bug where ids reassigned from saved document * Fix stuck overlay Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
co-authored by
Keavon Chambers
parent
74b2737f1f
commit
d44e7ff925
@@ -21,7 +21,6 @@ pub struct IdBackedVec<T> {
|
||||
/// The IDs of the [Elements] contained within this
|
||||
element_ids: Vec<ElementId>,
|
||||
/// The ID that will be assigned to the next element that is added to this
|
||||
#[serde(skip)]
|
||||
next_id: ElementId,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user