Skip to content
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

最新的版本edge-editor不能编辑 #4090

Open
earnest1997 opened this issue Dec 12, 2023 · 1 comment
Open

最新的版本edge-editor不能编辑 #4090

earnest1997 opened this issue Dec 12, 2023 · 1 comment

Comments

@earnest1997
Copy link

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

@x6-bot
Copy link
Contributor

x6-bot bot commented Dec 12, 2023

👋 @earnest1997

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant