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
当编辑器为scroll: false,设置时,悬浮框位置出现错位。 当多行时恢复正常
scroll: false,
应该显示到下一行
"@wangeditor/editor": "^5.1.22", "@wangeditor/editor-for-react": "^1.0.6",
能
请尽量提供在线 demo (推荐以下网站),帮助我们最低成本复现 bug
The text was updated successfully, but these errors were encountered:
已复现。官网 demo “仿腾讯文档”即可复现,如下图
Sorry, something went wrong.
貌似是这个问题
scroll:false时,外层设置min-height,内层height: 100%不撑开引起的问题。我抽空修复了下, #5098
No branches or pull requests
bug 描述
当编辑器为
scroll: false,
设置时,悬浮框位置出现错位。当多行时恢复正常
你预期的样子是?
应该显示到下一行
系统和浏览器及版本号
wangEditor 版本
demo 能否复现该 bug ?
能
在线 demo
请尽量提供在线 demo (推荐以下网站),帮助我们最低成本复现 bug
最小成本的复现步骤
The text was updated successfully, but these errors were encountered: