Skip to content

Commit

Permalink
#2326 - Fix template tool to replace elements by clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul committed Mar 16, 2023
1 parent 54066e2 commit eb5f071
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 eb5f071

Please sign in to comment.