소스 검색

Merge branch 'dev' of http://192.168.0.115:3000/bill/fuse into dev

xushiting 2 년 전
부모
커밋
c1c945459e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/version.json
  2. 1 1
      src/views/draw-file/index.tsx

+ 1 - 1
src/version.json

@@ -2,5 +2,5 @@
   "env": "dev",
   "main": 1.2,
   "append": "alpha",
-  "version": 8
+  "version": 9
 }

+ 1 - 1
src/views/draw-file/index.tsx

@@ -65,7 +65,7 @@ export const DrawFile = () => {
         })
       }
     }
-  }, [pathId, boardData?.id, boardData, caseId])
+  }, [pathId, boardData?.id, boardData, caseId, pathType])
 
   useEffect(() => {
     if (JSON.stringify(path) !== JSON.stringify(pathRef.current)) {