Browse Source

chore: remove debugger

master
smallstonesk 5 years ago
parent
commit
c6ce2b4a59
  1. 3
      packages/core/src/mods/flowChart/contextMenu/index.tsx

3
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);
}

Loading…
Cancel
Save