We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a0b3a commit 7d04859Copy full SHA for 7d04859
1 file changed
editor/src/messages/tool/tool_messages/path_tool.rs
@@ -511,6 +511,7 @@ impl PathToolData {
511
512
let mouse_down_intent = {
513
// 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
515
if let Some((already_selected, selection_info)) = shape_editor.get_point_selection_state(
516
&document.network_interface,
517
input.mouse.position,
0 commit comments