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
复现地址:https://codesandbox.io/p/sandbox/zen-matan-9l5vwd?file=%2FApp.tsx%3A11%2C34
问题描述:针对DraggablePanel的isExpand进行受控后,展开状态下内容显示异常:
DraggablePanel
isExpand
The text was updated successfully, but these errors were encountered:
cc @rdmclin2 我简单看了下,受控模式下的样式默认不会撑满 改起来有点复杂,需要根据当前的 placement 去配置是 width 为 100% 还是 height 为 100%,你看看有没有更好的改造办法
Sorry, something went wrong.
🐛 fix(draggable-panel): 修改展开受控模式的高度塌陷问题 (ant-design#127)
8cf611b
3a4380e
🐛 fix(draggable-panel): 修改展开受控模式的高度塌陷问题 (#127) (#185)
568e14e
rdmclin2
No branches or pull requests
复现地址:https://codesandbox.io/p/sandbox/zen-matan-9l5vwd?file=%2FApp.tsx%3A11%2C34
问题描述:针对
DraggablePanel
的isExpand
进行受控后,展开状态下内容显示异常:The text was updated successfully, but these errors were encountered: