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? 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
Stencil 面板上的节点label偏移的情况下,拖动节点到画布的过程中节点label会出现异常
https://codesandbox.io/s/cocky-shtern-45rc5k?file=/src/app.tsx:433-437
如题
label 能正常显示
No response
The text was updated successfully, but these errors were encountered:
👋 @chen-i
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.
Sorry, something went wrong.
先记录一下原因:拖拽节点的文本是异步渲染的,拖拽画布 FitToContent 的时候计算节点尺寸没有包括到下面的 label,导致一部分文本显示不出来 我们会在 2.0 版本修复这个问题,大概 10 月初发布。
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
Stencil 面板上的节点label偏移的情况下,拖动节点到画布的过程中节点label会出现异常
Your Example Website or App
https://codesandbox.io/s/cocky-shtern-45rc5k?file=/src/app.tsx:433-437
Steps to Reproduce the Bug or Issue
如题
Expected behavior
label 能正常显示
Screenshots or Videos
No response
Platform
Additional context
如题
The text was updated successfully, but these errors were encountered: