fix: edit message add image

This commit is contained in:
jialin
2025-12-02 14:00:58 +08:00
parent 5cbb38922c
commit ce3a82ddda
11 changed files with 218 additions and 212 deletions
+2 -2
View File
@@ -156,7 +156,7 @@ const Playground: React.FC = () => {
activeKey={activeKey}
key="view-code-buttons"
/>,
<>
<div key="divider-wrapper">
{activeKey === 'chat' && (
<Divider
key="divider"
@@ -164,7 +164,7 @@ const Playground: React.FC = () => {
style={{ height: 24, marginInline: 16 }}
/>
)}
</>,
</div>,
<ExtraContent key="extra-content" />
]}
>