feat: Variable click jumps to source node (#13623)

This commit is contained in:
wellCh4n
2025-05-19 23:17:18 +08:00
committed by GitHub
parent 6a9e0b1005
commit 276c02f341
9 changed files with 116 additions and 10 deletions

View File

@@ -37,6 +37,9 @@ const ConditionInput = ({
acc[node.id] = {
title: node.data.title,
type: node.data.type,
width: node.width,
height: node.height,
position: node.position,
}
if (node.data.type === BlockEnum.Start) {
acc.sys = {