Preserve point IDs without a path node #2068
Labels
Architecture
Involves architecture or engineering work or discussion
Crash
A panic which crashed the editor
Rust
Involves Rust programming for the backend
When there is no path node, the
compute_modified_vector
function (included below) relies on theclick_targets
. However click targets don't store PointIds, SegementIds, or colinear handles. This leads to a couple of issues:Graphite/editor/src/messages/portfolio/document/utility_types/network_interface.rs
Lines 2826 to 2831 in c3a3c4c
The text was updated successfully, but these errors were encountered: