Skip to content

Commit

Permalink
#4983 - Settings for the "attachment point tool" don't update with ch…
Browse files Browse the repository at this point in the history
…anged pixel settings
  • Loading branch information
SashaGraves committed Sep 12, 2024
1 parent 3fbdf73 commit 46634f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# #!/usr/bin/env sh
# . "$(dirname -- "$0")/_/husky.sh"

npm run precommit
# npm run precommit
6 changes: 3 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# #!/usr/bin/env sh
# . "$(dirname -- "$0")/_/husky.sh"

npm run prepush
# npm run prepush
2 changes: 1 addition & 1 deletion packages/ketcher-core/src/application/render/draw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ function rgroupAttachmentPoint(
const resultShape = paper
.set([curvePath, linePath])
.attr(options.lineattr)
.attr({ 'stroke-width': options.lineWidth });
.attr({ 'stroke-width': options.bondThickness });

return resultShape;
}
Expand Down

0 comments on commit 46634f6

Please sign in to comment.