2
0

📦 Upgrade deps to latest version

This commit is contained in:
Baptiste Arnaud
2022-10-02 10:34:13 +02:00
parent fac70b9639
commit a947c1ce34
26 changed files with 1245 additions and 3765 deletions

View File

@ -132,7 +132,7 @@ export const Edge = ({ edge }: Props) => {
<path
data-testid="clickable-edge"
d={path}
strokeWidth="12px"
strokeWidth="18px"
stroke="white"
fill="none"
pointerEvents="stroke"
@ -149,6 +149,7 @@ export const Edge = ({ edge }: Props) => {
strokeWidth="2px"
markerEnd={isPreviewing ? 'url(#blue-arrow)' : 'url(#arrow)'}
fill="none"
pointerEvents="none"
/>
<Portal>
<EdgeMenu