mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 06:45:03 -05:00
Revert "perf(ui): connection line issue on chrome"
This reverts commit 9d482e5fe621c2dbbde18ed17301a12b0e7f2580.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user