Skip to content

Commit dda1de6

Browse files
committed
remove wrong comments
1 parent bf86b7b commit dda1de6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

editor/src/messages/tool/common_functionality/shape_editor.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,6 @@ impl ShapeState {
435435
responses.add(NodeGraphMessage::RunDocumentGraph);
436436
}
437437

438-
/// a two-step process: trigger reorganization, then use position-based lookup.
439-
/// Helper function to connect two points by their positions after graph reorganization.
440-
/// This transforms local point positions to document space and defers the connection until after the graph runs.
441438
fn defer_connect_points_by_position(
442439
document: &DocumentMessageHandler,
443440
layer1: LayerNodeIdentifier,
@@ -475,7 +472,7 @@ impl ShapeState {
475472
})
476473
.into(),
477474
],
478-
});
475+
});
479476
}
480477

481478
fn handle_grouped_transform_close_path(document: &DocumentMessageHandler, layer: LayerNodeIdentifier, start_point: PointId, end_point: PointId, responses: &mut VecDeque<Message>) {

0 commit comments

Comments
 (0)