-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
【创建Node节点】添加contenteditable属性后,还是不可编辑 #2710
Comments
👋 @alexwjj 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. |
有node-tool支持~~~搞定 |
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. |
Describe the bug
Graph.registerNode 创建节点时,添加contenteditable: 'true'属性后,还是不可编辑,复现地址:https://codesandbox.io/s/compassionate-monad-xnp6gt?file=/src/app.tsx:348-372
Your Example Website or App
https://codesandbox.io/s/compassionate-monad-xnp6gt?file=/src/app.tsx:348-372
Steps to Reproduce the Bug or Issue
1、打开地址:https://codesandbox.io/s/compassionate-monad-xnp6gt?file=/src/app.tsx:348-372
2、点击文本,还是不可编辑。控制台显示contenteditable已加上
Expected behavior
可编辑文本
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: