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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
示例都是在构造方法初始化分组; 但是,我使用 addGroup 向Stencil添加新组, 然后,添加节点,发现组内的节点无法拖动至画布。
addGroup
https://codesandbox.io/s/peaceful-leftpad-vljfgv?file=/App.tsx
Group(OK)
Group(Error)
拖动额外添加的分组 Group(Error) 中的节点,也能拖动。
No response
参考codesandbox中的版本信息
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
Describe the bug
示例都是在构造方法初始化分组;
但是,我使用
addGroup
向Stencil添加新组,然后,添加节点,发现组内的节点无法拖动至画布。
Your Example Website or App
https://codesandbox.io/s/peaceful-leftpad-vljfgv?file=/App.tsx
Steps to Reproduce the Bug or Issue
Group(OK)
中的节点,正常Group(Error)
中的节点,无法拖动Expected behavior
拖动额外添加的分组
Group(Error)
中的节点,也能拖动。Screenshots or Videos
No response
Platform
参考codesandbox中的版本信息
Additional context
No response
The text was updated successfully, but these errors were encountered: