diff --git a/packages/core/src/mods/flowChart/contextMenu/index.tsx b/packages/core/src/mods/flowChart/contextMenu/index.tsx index 7b486bb..dc22fb3 100644 --- a/packages/core/src/mods/flowChart/contextMenu/index.tsx +++ b/packages/core/src/mods/flowChart/contextMenu/index.tsx @@ -86,9 +86,6 @@ const Helper = { return config.map(item => { let content = null; let { key, title, icon, children, disabled = false, showDividerBehind } = item; - if (key === 'paste') { - debugger - } if (typeof disabled === 'function') { disabled = disabled(flowChart); }