fix: in iteration node picker may show the wrong var type (#5435)

This commit is contained in:
Joel 2024-06-20 16:53:10 +08:00 committed by GitHub
parent 65d34ebb96
commit 7e3f194031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,8 +344,6 @@ export const getVarType = ({
}
if (valueSelector[1] === 'index')
return VarType.number
return VarType.string
}
const isSystem = isSystemVar(valueSelector)
const startNode = availableNodes.find((node: any) => {