ant-design / pro-editor

🕹️ The Ultimate Editor UI Framework and Components
https://pro-editor.antdigital.dev
MIT License
208 stars 26 forks source link

[Bug] DraggablePanel isExpand受控状态下行为异常 #127

Open CNFeffery opened 10 months ago

CNFeffery commented 10 months ago

复现地址:https://codesandbox.io/p/sandbox/zen-matan-9l5vwd?file=%2FApp.tsx%3A11%2C34

问题描述:针对DraggablePanelisExpand进行受控后,展开状态下内容显示异常:

image

ONLY-yours commented 10 months ago

cc @rdmclin2 我简单看了下,受控模式下的样式默认不会撑满 改起来有点复杂,需要根据当前的 placement 去配置是 width 为 100% 还是 height 为 100%,你看看有没有更好的改造办法