Skip to content

Commit b188e6a

Browse files
committed
address comments
1 parent 3162641 commit b188e6a

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/workflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@ const WorkflowContent = React.memo(
38163816
}
38173817

38183818
scheduleEmbeddedFit()
3819-
}, [displayNodes, embedded, isWorkflowReady, scheduleEmbeddedFit])
3819+
}, [blocksStructureHash, embedded, isWorkflowReady, scheduleEmbeddedFit])
38203820

38213821
return (
38223822
<div className='flex h-full w-full overflow-hidden'>

0 commit comments

Comments
 (0)