diff --git a/.gitattributes b/.gitattributes index b69d73e97..0db364a12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,5 @@ # Denote all files that are truly binary and should not be modified. *.png binary -*.jpg binary \ No newline at end of file +*.jpg binary +*.mp4 binary \ No newline at end of file diff --git a/src/frontend/src/pages/FlowPage/components/PageComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/PageComponent/index.tsx index d2d979b4a..30e3865d7 100644 --- a/src/frontend/src/pages/FlowPage/components/PageComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/PageComponent/index.tsx @@ -203,6 +203,10 @@ export default function Page({ addEdge( { ...params, + data: { + targetHandle: scapeJSONParse(params.targetHandle!), + sourceHandle: scapeJSONParse(params.sourceHandle!), + }, style: { stroke: "#555" }, className: ((scapeJSONParse(params.targetHandle!) as targetHandleType)