Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowLoop 函数形式赋值会影响正常节点间连线 #4004

Open
caidaodumogu opened this issue Nov 1, 2023 · 1 comment
Open

allowLoop 函数形式赋值会影响正常节点间连线 #4004

caidaodumogu opened this issue Nov 1, 2023 · 1 comment
Labels
type: bug 缺陷 Defects and unexpected behaviors

Comments

@caidaodumogu
Copy link

问题描述

allowLoop(args) {
return false
}
通过这种形式赋值的allowLoop,会导致正常的节点间连线也创建不了,但是同样的代码通过allowLoop: false,就可以创建节点间连线且创建不了回环线。

重现链接

重现步骤

allowLoop(args) {
return false
}

预期行为

allowLoop(args) {
return false
}
能达到效果

平台

Windows chrome latest

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

@x6-bot
Copy link
Contributor

x6-bot bot commented Nov 1, 2023

👋 @caidaodumogu

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@NewByVector NewByVector added the type: bug 缺陷 Defects and unexpected behaviors label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 缺陷 Defects and unexpected behaviors
Projects
None yet
Development

No branches or pull requests

2 participants