Skip to content

Commit

Permalink
#2110 - create new insert tool based on template tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Permiakov authored and Stanislav Permiakov committed Feb 6, 2023
1 parent a2d414a commit 3f6115c
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ketcher-react/src/script/editor/tool/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import SelectTool from './select'
import SimpleObjectTool from './simpleobject'
import TemplateTool from './template'
import TextTool from './text'
import InsertTool from './insert'

const tools = {
hand: HandTool,
Expand All @@ -46,7 +47,7 @@ const tools = {
atom: AtomTool,
bond: BondTool,
chain: ChainTool,
template: TemplateTool,
template: InsertTool,
charge: ChargeTool,
rgroupfragment: RGroupFragmentTool,
apoint: APointTool,
Expand Down
Loading

0 comments on commit 3f6115c

Please sign in to comment.