Skip to content

Commit

Permalink
#2326 - Fix template tool to replace elements by clicking (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul authored Mar 17, 2023
1 parent 6fecb2a commit 4d77b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketcher-react/src/script/editor/tool/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class TemplateTool {
this.template,
ci.id,
angle,
this.mode === 'fg'
false
)
if (functionalGroupRemoveAction) {
action = functionalGroupRemoveAction.mergeWith(action)
Expand Down

0 comments on commit 4d77b93

Please sign in to comment.