소스 검색

修复选取后能够拖动

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,