-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug report] 自定义边 pointsList,当保存的数据,再次拖动分组的大小时,连接线位置异常 #1269
Comments
应该是框架计算了最短连接路径导致的,但是这样就改变了 连接线的箭头走向,导致业务表达有误,怎么可以禁止这个默认事件呢 |
分组大小改变前的线是用的mock初始化数据中的pointsList,分组Resize之后用的是自定义的pointsList 解决: |
第二个视频的场景: |
给的demo里有两种连线嘛,一种连接节点外部,另外一种连接节点外部 |
通过保存锚点信息的方式解决了,感谢解答🙏 |
这样确实更好 |
问题描述
请用简洁的语言描述你遇到的 bug,至少包括以下部分,如提供截图请尽量完整:
自定义边 pointsList,回显的数据,再次拖动分组的大小时,连接线位置异常
点的位置不变
连接线的位置发生异常
最简复现
一般来说通过文字和截图的描述我们很难定位到问题,为了帮助我们快速定位问题并修复,请选择以下方式编写并上传最简复现 demo:
复现demo: https://codesandbox.io/s/logicflow-base24-forked-q26t2w?file=/step_24_group/index.js
截图:
视频:
2023-08-08.13.53.25.mov
2023-08-08.15.09.48.mov
相关信息 context
LogicFlow Version:
Node Version:
Platform:
The text was updated successfully, but these errors were encountered: