You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
graph.on('edge:dblclick', ({ cell, e }) => {
cell.addTools({
name: 'edge-editor',
args: {
event: e,
},
})
})
2.1.x版本 双击边 闪现编辑框
Your Example Website or App
graph.on('edge:dblclick', ({ cell, e }) => { cell.addTools({ name: 'edge-editor', args: { event: e, }, }) }) 2.1.x版本 双击边 闪现编辑框
Steps to Reproduce the Bug or Issue
graph.on('edge:dblclick', ({ cell, e }) => {
cell.addTools({
name: 'edge-editor',
args: {
event: e,
},
})
})
2.1.x版本 双击边 闪现编辑框
Expected behavior
graph.on('edge:dblclick', ({ cell, e }) => {
cell.addTools({
name: 'edge-editor',
args: {
event: e,
},
})
})
2.1.x版本 双击边 闪现编辑框
Screenshots or Videos
graph.on('edge:dblclick', ({ cell, e }) => {
cell.addTools({
name: 'edge-editor',
args: {
event: e,
},
})
})
2.1.x版本 双击边 闪现编辑框
Platform
graph.on('edge:dblclick', ({ cell, e }) => {
cell.addTools({
name: 'edge-editor',
args: {
event: e,
},
})
})
2.1.x版本 双击边 闪现编辑框
Additional context
No response
The text was updated successfully, but these errors were encountered: