Skip to content

Commit 1d36282

Browse files
committed
fix:出口计算
1 parent 6a60d00 commit 1d36282

File tree

1 file changed

+1
-1
lines changed
  • packages/x-flow/src/components/CustomNode

1 file changed

+1
-1
lines changed

packages/x-flow/src/components/CustomNode/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default memo((props: any) => {
176176
key: 'paste',
177177
},
178178
];
179-
}, [type]);
179+
}, [type,data]);
180180

181181
// 节点状态处理
182182
const statusObj = transformNodeStatus(globalConfig?.nodeView?.status || []);

0 commit comments

Comments
 (0)