antvis / X6

🚀 JavaScript diagramming library that uses SVG and HTML for rendering.
https://x6.antv.antgroup.com
MIT License
5.78k stars 1.71k forks source link

allowMulti设置为true 依然不能在 相同的 起始节点 和 终止节点之间 创建多条边 #3184

Closed h5-Old-driver closed 1 year ago

h5-Old-driver commented 1 year ago

问题描述

我在 connecting中配置了 allowMulti 为 true 但是 两个节点之间依然不能够创建多条连线
connecting: { allowBlank: false, allowMulti: true, allowLoop: true, allowNode: false, allowEdge: false, highlight: true, connector: 'rounded', snap: true,},

重现链接

暂无

重现步骤

暂无

预期行为

两个节点之间 可以有多条边相连

平台

屏幕截图或视频(可选)

image

补充说明(可选)

No response

x6-bot[bot] commented 1 year ago

👋 @h5-Old-driver

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 commented 1 year ago

请提供一个可以复现的 demo。

NewByVector commented 1 year ago

因为问题无法复现,我们暂时关闭这个 issue,如果能提供一个可以复现的 demo,请重新提一个新的 issue。

x6-bot[bot] commented 8 months ago

This thread has been automatically locked because it has not had recent activity.

Please open a new issue for related bugs and link to relevant comments in this thread.