Skip to content

Commit 7d04859

Browse files
committed
restore comment
1 parent 14a0b3a commit 7d04859

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editor/src/messages/tool/tool_messages/path_tool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ impl PathToolData {
511511

512512
let mouse_down_intent = {
513513
// Check if the point is already selected; if not, select the first point within the threshold (in pixels)
514+
// Don't select the points which are not shown currently in PathOverlayMode
514515
if let Some((already_selected, selection_info)) = shape_editor.get_point_selection_state(
515516
&document.network_interface,
516517
input.mouse.position,

0 commit comments

Comments
 (0)