浏览代码

修复选取后能够拖动

xjj 2 年之前
父节点
当前提交
bd05da7de5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/Flow/index.tsx

+ 1 - 0
src/components/Flow/index.tsx

@@ -226,6 +226,7 @@ export const Demo: React.FC<IProps> = props => {
         selecting: {
           enabled: true,
           showNodeSelectionBox: true,
+          movable: false,
         },
         interacting: false,
         mousewheel: false,