Skip to content
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

Tab complete selecting more than one input #3602

Closed
jgomez720 opened this issue Aug 21, 2024 · 0 comments · Fixed by #3972
Closed

Tab complete selecting more than one input #3602

jgomez720 opened this issue Aug 21, 2024 · 0 comments · Fixed by #3972
Assignees
Labels
bug Something isn't working high-priority

Comments

@jgomez720
Copy link
Collaborator

Description

When using tab complete, sometimes tab will select two parameters rather than just the next one. It's annoying on patternLinear2d, but it's really annoying on arc. You'll see why in the video.

Version

v0.24.13

Recording

Screenshare.-.2024-08-21.10_14_17.AM.mp4

KCL

const linearPattern = startSketchOn("XY")
  |> circle([5, 5], 3, %)
  |> patternLinear2d({
    axis: [4, 2],
    distance: 2,
    repetitions: 10,
  }, %)
  |> arc({
    angleEnd: 3,
    angleStart: 10,
    radius: 3.14,
  }, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants