mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 08:46:57 +08:00
knip
This commit is contained in:
@ -43,7 +43,7 @@ type NodeWithOptionalDimensions = Pick<Node, 'data' | 'type'> & {
|
||||
height?: number
|
||||
}
|
||||
|
||||
export const shouldUseExplicitNodeDimensions = (node: Pick<Node, 'data' | 'type'>) => {
|
||||
const shouldUseExplicitNodeDimensions = (node: Pick<Node, 'data' | 'type'>) => {
|
||||
return node.type === CUSTOM_NOTE_NODE
|
||||
|| node.data.type === BlockEnum.Iteration
|
||||
|| node.data.type === BlockEnum.Loop
|
||||
|
||||
Reference in New Issue
Block a user