-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix joining path same pt Id #3532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix joining path same pt Id #3532
Conversation
Screen.Recording.2025-12-26.at.9.08.30.PM.movthere was this issue too. |
| let start_point = resolve_id(layer1, start_point, 0); | ||
| let end_point = resolve_id(layer2, end_point, 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only ids in layer2 will change (since the layer1 will probably have no conflicts).
Furthermore it is possible that there is no conflict, in which case the original PointId must be used (like before this PR). You therefore need to check if there was some conflict by checking all of the point ids in the first path.
I don't care if this doesn't work for tables with several vector data, since I find them annoying.
|
@Annonnymmousss The issue in your video is the exact same as described in #3519 (the conflicting |
|
working on it |
im still not getting how to create a segment in the first cmd + J only which is merging the layer but this issue is resolved..
Screen.Recording.2025-12-26.at.9.05.20.PM.mov
solving #3519