From 700ad78f87d8b6ef89c40da989aa7fa39641cf41 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sun, 16 Feb 2025 06:56:14 +1000 Subject: [PATCH] Revert "perf(ui): connection line issue on chrome" This reverts commit 9d482e5fe621c2dbbde18ed17301a12b0e7f2580. --- .../nodes/components/flow/edges/InvocationDefaultEdge.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/invokeai/frontend/web/src/features/nodes/components/flow/edges/InvocationDefaultEdge.tsx b/invokeai/frontend/web/src/features/nodes/components/flow/edges/InvocationDefaultEdge.tsx index d49c4dc735..bd7484f0be 100644 --- a/invokeai/frontend/web/src/features/nodes/components/flow/edges/InvocationDefaultEdge.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/flow/edges/InvocationDefaultEdge.tsx @@ -25,8 +25,6 @@ const baseEdgeSx: SystemStyleObject = { opacity: '1 !important', }, '&[data-should-animate-edges="true"]': { - // This fixes an performance issue with the animation of connection edges on chrome. Seems to be a deep chrome bug. - strokeDashoffset: 'unset !important', animation: 'dashdraw 0.5s linear infinite !important', '&[data-selected="true"], &[data-are-connected-nodes-selected="true"]': { strokeDasharray: '5 !important',