From fea4dc06c5fe6bcf5451bdeca79cefb874fa301a Mon Sep 17 00:00:00 2001 From: yyh Date: Thu, 14 May 2026 11:41:35 +0800 Subject: [PATCH] knip --- web/app/components/workflow/utils/workflow-init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/utils/workflow-init.ts b/web/app/components/workflow/utils/workflow-init.ts index 764ee67cdc..28f0991fa0 100644 --- a/web/app/components/workflow/utils/workflow-init.ts +++ b/web/app/components/workflow/utils/workflow-init.ts @@ -43,7 +43,7 @@ type NodeWithOptionalDimensions = Pick & { height?: number } -export const shouldUseExplicitNodeDimensions = (node: Pick) => { +const shouldUseExplicitNodeDimensions = (node: Pick) => { return node.type === CUSTOM_NOTE_NODE || node.data.type === BlockEnum.Iteration || node.data.type === BlockEnum.Loop