pro-editor
pro-editor copied to clipboard
🐛 fix(draggable-panel): 修改展开受控模式的高度塌陷问题 (#127)
💻 变更类型 | Change Type
- [ ] ✨ feat
- [x] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
- [ ] 🔨 chore
- [ ] ⚡️ perf
- [ ] 📝 docs
🔀 变更说明 | Description of Change
通过将DraggablePanel的size给一个默认值,来恢复宽高的自动伸缩,防止高度塌陷。
📝 补充信息 | Additional Information
解决的问题:https://github.com/ant-design/pro-editor/issues/127