소스 검색

feat: 111

lanjianrong 3 년 전
부모
커밋
55193d722c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Project/Verification/Detail/Flow/components/Edge/index.tsx

+ 1 - 1
src/pages/Project/Verification/Detail/Flow/components/Edge/index.tsx

@@ -72,9 +72,9 @@ const RenderMenu = ({ dataID, source, dispatch, elements, togglePopver, id, flow
           node: null
         }
       })
-      showLoading()
       togglePopver(false)
       setTimeout(() => {
+        showLoading()
         flowInstance?.fitView()
       }, 80)
     }