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
折线调整过边的位置后,重新渲染时,边的位置被重置成默认状态。 如图:
应该是在 这个提交 里, 增加了在初始化的时候校验起点和终点在不在锚点上的逻辑导致的 另外这里!isEqual(anchor, point) 的判断可能也有问题,point 初始时不含 id,导致哪怕起点和终点的位置没有修改,只改了中间的点也会被重置。
!isEqual(anchor, point)
2.0.9
2.0.13
No response
Chrome
The text was updated successfully, but these errors were encountered:
提了pr,佬有空可以一起看看 #2006
Sorry, something went wrong.
+1,保存了一份json数据后,拿来做初始化渲染并未按照预期位置渲染,而是默认。
DymoneLewis
Successfully merging a pull request may close this issue.
发生了什么?
折线调整过边的位置后,重新渲染时,边的位置被重置成默认状态。
如图:
应该是在 这个提交 里, 增加了在初始化的时候校验起点和终点在不在锚点上的逻辑导致的
另外这里
!isEqual(anchor, point)
的判断可能也有问题,point 初始时不含 id,导致哪怕起点和终点的位置没有修改,只改了中间的点也会被重置。logicflow/core版本
2.0.9
logicflow/extension版本
2.0.13
logicflow/engine版本
No response
浏览器&环境
Chrome
The text was updated successfully, but these errors were encountered: