ant-design / pro-editor

🕹️ The Ultimate Editor UI Framework and Components

Home Page:https://pro-editor.antdigital.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CNFeffery opened this issue · comments

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

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

image

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