Skip to content

Commit 9d482e5

Browse files
perf(ui): connection line issue on chrome
1 parent cbb91e7 commit 9d482e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

invokeai/frontend/web/src/features/nodes/components/flow/edges/InvocationDefaultEdge.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ const baseEdgeSx: SystemStyleObject = {
2525
opacity: '1 !important',
2626
},
2727
'&[data-should-animate-edges="true"]': {
28+
// This fixes an performance issue with the animation of connection edges on chrome. Seems to be a deep chrome bug.
29+
strokeDashoffset: 'unset !important',
2830
animation: 'dashdraw 0.5s linear infinite !important',
2931
'&[data-selected="true"], &[data-are-connected-nodes-selected="true"]': {
3032
strokeDasharray: '5 !important',

0 commit comments

Comments
 (0)