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