Skip to content

Commit

Permalink
keep in rect off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oh-yes-0-fps committed Jan 22, 2025
1 parent 5a74acf commit 0689d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document/PathListStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const PathListStore = types
path.params.addConstraint("StopPoint", true, "last");
path.params.addConstraint(
"KeepInRectangle",
true,
false,
"first",
"last",
{
Expand Down

0 comments on commit 0689d74

Please sign in to comment.