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
1.缩放可缩放节点,在拖拽缩放结束时,松开鼠标的瞬间整个图形会发生偏移,导致连线也出现偏移。 我的项目中拖拽,把箭头都挡住了。 2.在保存完图形数据到后台,再重新渲染甚至会出现,线连到其他锚点的情况,不缩放好像就不会。
可以看官方的例子: https://site.logic-flow.cn/demo/dist/bpmn-vue
The text was updated successfully, but these errors were encountered:
去掉网格试试,缩放的尺度没有针对网格做近似
Sorry, something went wrong.
fix(extension): trigger updateEdgePointByAnchors() after moveTo(didi#…
65e7027
…1384)
Merge pull request #1552 from wbccb/fix/1384
a971296
fix(extension): trigger updateEdgePointByAnchors() after moveTo(#1384)
Successfully merging a pull request may close this issue.
问题描述
1.缩放可缩放节点,在拖拽缩放结束时,松开鼠标的瞬间整个图形会发生偏移,导致连线也出现偏移。
我的项目中拖拽,把箭头都挡住了。
2.在保存完图形数据到后台,再重新渲染甚至会出现,线连到其他锚点的情况,不缩放好像就不会。
最简复现
可以看官方的例子:
https://site.logic-flow.cn/demo/dist/bpmn-vue
2023-10-24.21-48-09.mp4
The text was updated successfully, but these errors were encountered: