perf(editor): ⚡️ Improve graph transition perf
This commit is contained in:
@ -24,6 +24,8 @@ export const Edges = ({
|
||||
pos="absolute"
|
||||
left="0"
|
||||
top="0"
|
||||
pointerEvents="none"
|
||||
shape-rendering="geometricPrecision"
|
||||
>
|
||||
<DrawingEdge />
|
||||
{edges.map((edge) => (
|
||||
|
Reference in New Issue
Block a user