Stop line chaining when snapping to other segment#11655
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…apping-to-other-segment
|
hey, why do we ever want to stop chaining? polyline.mp4 |
…apping-to-other-segment
That's a good example. We added this as a convenience to stop chaining when you click on the first point of the first line in your polygon (you're "closing" it). However it's true that when you snap to lines it shouldn't stop chaining. Screenshare.-.2026-05-15.12_00_16.AM.mp4But if you think it's not necessary I can disable the entire thing, so chaining never stops. |
…apping-to-other-segment
@max-mrgrsk let me know what you think and I'll update accordingly! |
|
@andrewvarga I think it's perfect now! tysm! |
…apping-to-other-segment
@max-mrgrsk cool, I'll just need an approve here from anyone! |
…apping-to-other-segment
…apping-to-other-segment
Very small UX improvement when using the Line tool.
Previously: when any new constraint is created during line placement the line tool will stop chaining to the previous line. Even if you snapped vertically/horizontally to the
ORIGINthe chaining stopped.Now: only stop chaining if there is a new Coincident constraint added, which does not involve the
ORIGIN. Snapping to theORIGINkeeps the lines going:Screenshare.-.2026-05-14.5_23_21.PM.mp4