2
0

perf(editor): ️ Improve graph transition perf

This commit is contained in:
Baptiste Arnaud
2022-02-14 18:56:29 +01:00
parent e7d1f5d674
commit 714f7c8ce5
9 changed files with 61 additions and 42 deletions

View File

@ -24,6 +24,8 @@ export const Edges = ({
pos="absolute"
left="0"
top="0"
pointerEvents="none"
shape-rendering="geometricPrecision"
>
<DrawingEdge />
{edges.map((edge) => (