Skip to content

Commit

Permalink
#2517 fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaPlyako committed May 3, 2023
1 parent 4db6378 commit 355bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketcher-react/src/script/editor/tool/paste.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class PasteTool {
this.struct
)
if (countAttachmentPoint > 1) {
sgroup.data.expanded = true
sgroup.setAttr('expanded', true)
}
})
// common paste logic
Expand Down

0 comments on commit 355bcd2

Please sign in to comment.