We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
adjustEdgeStartAndEnd 配置设置为false时,图中圈出来的位置仍然可以拖动调节(图中指针显示拖动指针):
https://codesandbox.io/s/logicflow-base2-forked-4sw749?file=/src/index.js:0-429
LogicFlow Version: 1.2.0-next.5 Node Version: v14.21.1 Platform: window10
The text was updated successfully, but these errors were encountered:
当adjustEdgeStartAndEnd为true时,连线的起点和终点分别会有一个可以通过拖拽来调整连线的点 图中的拖拽调整边的是中间线段,如果希望边不能被调整,设置adjustEdge: false
adjustEdge: false
Sorry, something went wrong.
No branches or pull requests
问题描述
adjustEdgeStartAndEnd 配置设置为false时,图中圈出来的位置仍然可以拖动调节(图中指针显示拖动指针):
最简复现
https://codesandbox.io/s/logicflow-base2-forked-4sw749?file=/src/index.js:0-429
相关信息 context
LogicFlow Version: 1.2.0-next.5
Node Version: v14.21.1
Platform: window10
The text was updated successfully, but these errors were encountered: