We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8b25d commit 133d872Copy full SHA for 133d872
editor/src/messages/tool/tool_messages/path_tool.rs
@@ -453,6 +453,7 @@ impl PathToolData {
453
}
454
// We didn't find a segment path, so consider selecting the nearest shape instead
455
else if let Some(layer) = document.click(input) {
456
+ shape_editor.deselect_all_points();
457
if extend_selection {
458
responses.add(NodeGraphMessage::SelectedNodesAdd { nodes: vec![layer.to_node()] });
459
} else {
0 commit comments