Removed pulse from edges
This commit is contained in:
parent
bef1cc096c
commit
373b599a1a
1 changed files with 0 additions and 4 deletions
|
|
@ -155,10 +155,6 @@ export default function FlowPage({ flow }: { flow: FlowType }) {
|
|||
params.targetHandle.split("|")[0] === "Text"
|
||||
? { stroke: "#333333", strokeWidth: 2 }
|
||||
: { stroke: "#222222" },
|
||||
className:
|
||||
params.targetHandle.split("|")[0] === "Text"
|
||||
? ""
|
||||
: "animate-pulse",
|
||||
animated: params.targetHandle.split("|")[0] === "Text",
|
||||
},
|
||||
eds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue