feat: Variable click jumps to source node (#13623)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user