feat: add workflow selection preservation logic and related tests
This commit is contained in:
@@ -16,6 +16,7 @@ export function WorkflowNodeCard({
|
||||
}) {
|
||||
return (
|
||||
<div
|
||||
data-workflow-preserve-selection
|
||||
className={cn(
|
||||
"group relative rounded-lg bg-[#FFFFFF] p-0.5 transition-all",
|
||||
"w-[242px]",
|
||||
|
||||
Reference in New Issue
Block a user